Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Getting sold / available quantity #6

Closed
3zzy opened this issue Jan 29, 2015 · 1 comment
Closed

Getting sold / available quantity #6

3zzy opened this issue Jan 29, 2015 · 1 comment

Comments

@3zzy
Copy link

3zzy commented Jan 29, 2015

I need to get sold/available quantity for a particular product and it seems getSingleItem is the only option: http://developer.ebay.com/devzone/shopping/docs/callref/GetSingleItem.html

I'm changing the field selector to:

$request->IncludeSelector = 'QuantitySold';

.. but it doesn't return anything at all. What am I doing wrong?

@davidtsadler
Copy link
Owner

You need to pass Details.

$request->IncludeSelector = 'Details';.

I'll update the GetSingleItem example so that it displays the Quantity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants