Skip to main content

A complex type that defines the offer being made to an "interested" buyer.

Types that use OfferedItem

CreateOffersRequestOffer

Call that uses OfferedItem

Fields

Field
Type
Description
discountPercentage
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.
listingId
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.
price
This value denotes the final discounted price of the listing in the offer being made to the buyer. This value must be lower than the original price of the item as stated in the original listing.

The seller can use either this field to specify the exact discounted price of the listing or they can use the discountPercentage field to specify the percentage that the listing will be discounted, but not both.

Required if you do not specify a discountPercentage value.
quantity
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