Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.3 KB

OfferedItem.md

File metadata and controls

12 lines (9 loc) · 1.3 KB

# OfferedItem

Properties

Name Type Description Notes
discount_percentage string This value denotes the percentage that the listing in the offer will be discounted from its original listed price. The seller can specify either the exact price of the discounted items with the price field or they can use this field to specify the percentage that the listing will be discounted, but not both. Minimum: 5 Required if you do not specify a price value. [optional]
listing_id string This value is a unique eBay-assigned ID that identifies the listing to which the offer pertains. A listingId value is generated by eBay when you list an item with the Trading API. [optional]
price \eBay\Sell\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. The offer being made by the seller is an "all or nothing" offer, meaning the buyer must purchase the indicated quantity of items in order to receive the discount on the transaction. Default: 1 [optional]

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