Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 3.41 KB

OfferPriceQuantity.md

File metadata and controls

11 lines (8 loc) · 3.41 KB

OfferPriceQuantity

Properties

Name Type Description Notes
availableQuantity int This field is used if the seller wants to modify the current quantity of the inventory item that will be available for purchase in the offer (identified by the corresponding <strong>offerId</strong> value). Either the <strong>availableQuantity</strong> field or the <strong>price</strong> container is required, but not necessarily both. [optional]
offerId string This field is the unique identifier of the offer. If an <strong>offers</strong> container is used to update one or more offers associated to a specific inventory item, the <strong>offerId</strong> value is required in order to identify the offer to update with a modified price and/or quantity.<br/><br/>The seller can run a <strong>getOffers</strong> call (passing in the correct SKU value as a query parameter) to retrieve <strong>offerId</strong> values for offers associated with the SKU. [optional]
price \SapientPro\EbayInventorySDK\Models\Amount [optional]

[Back to Model list] [Back to API list] [Back to README]