Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.71 KB

OfferedItem.md

File metadata and controls

12 lines (9 loc) · 1.71 KB

# OfferedItem

Properties

Name Type Description Notes
discountPercentage string This value denotes the percentage that the listing in the offer will be discounted from its original listed price. <br><br>The seller can specify either the exact price of the discounted items with the <b>price</b> field or they can use this field to specify the percentage that the listing will be discounted, but not both. <br><br><b>Minimum:</b> <code>5</code> <br><br><i>Required if</i> you do not specify a <b>price</b> value. [optional]
listingId string This value is a unique eBay-assigned ID that identifies the listing to which the offer pertains. <br><br>A <b>listingId</b> value is generated by eBay when you list an item with the Trading API.<!-- <br><br><i>Required if</i> you do not specify an <b>sku</b> value.--> [optional]
price \macropage\SDKs\ebay\rest\negotiation\Model\Amount [optional]
quantity int This integer value indicates the number of items in the eBay listing for which the offer is being made. <br><br>The offer being made by the seller is an &quot;all or nothing&quot; offer, meaning the buyer must purchase the indicated quantity of items in order to receive the discount on the transaction. <br><br><b>Default:</b> <code>1</code> [optional]

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