This type is used by the Variation container, which provides full details on each item variation in a multiple-variation listing.
Types that use VariationType:
Calls that use VariationType:
0
when you create, revise, or relist an item listing, the variation is dropped from the listing. To prevent this, you can set SetUserPreferences.OutOfStockControlPreference to true
. 0
when the listing ended, the Quantity value of the item variation for the newly relisted item is set to the actual quantity available. For item variations, there is actually no QuantityAvailable field, but this value may be derived if you look at the corresponding item variation in a GetMyeBaySelling) response and subtract the Variation.QuantitySold value from the Variation.Quantity value, which represents the original Variation.Quantity value at creation time of the previous listing. 0
when the listing ended, the relisted item will retain the Variaton.Quantity value that was passed in at creation time of the previous listing. 0
when the listing ended, we strongly recommend that you pass in the correct available quantity through the corresponding Variation.Quantity field of a relist call. Alternatively, you can update the correct quantity available by using a ReviseInventoryStatus call and passing in a Quantity value, while also making sure to pass in the correct SKU value(s) to identify the correct item variation. A ReviseInventoryStatus call can be used to revise the quantity of up to four single item listings and/or item variations (from the same or different listings). true
, at least one variation must remain with a non-zero quantity in order for the listing to remain active. If you set the OutOfStockControlPreference field to true
, a multiple-variation listing will remain active but hidden from search even if the quantity of all variations in the listing is set to 0
. When you modify a variation during revise or relist, you need to include both its StartPrice and Quantity. If you revise the Quantity value for a variation after items have already sold, specify the quantity available for sale. (eBay will automatically add the quantity sold to the value you specify.) If you set the quantity to 0
and the variation has no purchases, the variation may be dropped from the listing. 0
, and the Item.IgnoreQuantity will also be returned as True
. SKU
, the Variation.SKU values become required for each variation..true
in the request to force Variationpecifics to be returned, even when the SKU is returned.
Copyright © 2013–2020 eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.