eBay Shopping APIVersion 1293
 

SellingStatusType

This type indicates the quantity sold for each variation within a multiple-variation listing. This type is only applicable for multiple-variation listings, and is not returned at the listing level. To return data on individual variations within the listing, you must include the IncludeSelector field and set its value to Variations.

Type that uses SellingStatusType:

Calls that use SellingStatusType:

Fields

ConvertedCurrentPrice ( AmountType (double) ) [0..1]
Not used by any call.

This field is no longer returned.
See the Field Index to learn which calls use ConvertedCurrentPrice.

CurrentPrice ( AmountType (double) ) [0..1]
Not used by any call.

This field is no longer returned. See Variation.StartPrice instead.
See the Field Index to learn which calls use CurrentPrice.

QuantitySold ( int ) [0..1]
This integer value indicates the quantity sold for the corresponding variation. You can subtract this integer value from the value in the Variation.Quantity field to determine the quantity of the variation that is still available for purchase.
See the Field Index to learn which calls use QuantitySold.

QuantitySoldByPickupInStore ( int ) [0..1]
This field indicates the total quantity of the corresponding variation sold and picked up by buyers using the In-Store Pickup or Click and Collect option. This value is the total quantity of this variation purchased by one or more buyers using the In-Store Pickup or Click and Collect option, and is not the total number of In-Store Pickup or Click and Collect orders for that variation. So, if two buyers selected the In-Store Pickup or Click and Collect option, but each of these buyers bought a quantity of five of these variations (in same purchase), the Item.Variations.Variation.SellingStatus.QuantitySoldByPickupInStore value would be 10 and not 2.

This field will only be returned if the listing is eligible for In-Store Pickup or Click and Collect.

Note: The In-Store Pickup feature is generally only available to large retail merchants in US, Canada, UK, Germany, and Australia marketplaces, and the In-Store Pickup feature is generally only available to large retail merchants in UK, Australia, and Germany marketplaces. Both of these features can only be applied to multiple-quantity, fixed-price listings.
See the Field Index to learn which calls use QuantitySoldByPickupInStore.