A complex type that defines an offer that a seller makes to eligible buyers.
Type that uses Offer
SendOfferToInterestedBuyersCollectionResponse
Call that uses Offer
Fields
allowCounterOffer
If set to
true
, the buyer is allowed to make a counter-offer to the seller's offer.creationDate
The date and time when the seller's offer was created.
The returned timestamp is formatted as an ISO 8601 string, which is based on the 24-hour Coordinated Universal Time (UTC) clock.
Format:
Example:
The returned timestamp is formatted as an ISO 8601 string, which is based on the 24-hour Coordinated Universal Time (UTC) clock.
Format:
[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z
Example:
2018-08-20T07:09:00.000Z
lastModifiedDate
The date and time when the offer was last modified.
The returned timestamp is formatted as an ISO 8601 string.
The returned timestamp is formatted as an ISO 8601 string.
message
A seller-defined message related to the offer being made. This message is sent to the list of "interested" buyers along with the offer message from eBay.
offerDuration
The length of time that the offer is valid.
The duration of the offer begins at the date and time denoted by creationDate. When the span of time specified by offerDuration passes beyond the creationDate, the offer expires.
The duration of the offer begins at the date and time denoted by creationDate. When the span of time specified by offerDuration passes beyond the creationDate, the offer expires.
offeredItems
array of OfferedItem
The list of items associated with the offer.
Currently, the offer list is restricted to a single offer.
Currently, the offer list is restricted to a single offer.
offerStatus
The current state, or status, of an offer.
Status states include
Status states include
PENDING
, COUNTERED
, ACCEPTED
, and DECLINED
.