Skip to main content

This type is used by the listing container in the getOffer and getOffers calls to provide the eBay listing ID, the listing status, and quantity sold for the offer. The listing container is only returned for published offers, and is not returned for unpublished offers.

Type that uses ListingDetails

EbayOfferDetailsWithAll

Calls that use ListingDetails

Fields

Field
Type
Description
listingId
The unique identifier of the eBay listing that is associated with the published offer.
listingOnHold
Indicates if a listing is on hold due to an eBay policy violation.

If a listing is put on hold, users are unable to view the listing details, the listing is hidden from search, and all attempted purchases, offers, and bids for the listing are blocked. eBay, however, gives sellers the opportunity to address violations and get listings fully reinstated. A listing will be ended if a seller does not address a violation, or if the violation can not be rectified.


If a listing is fixable, the seller should be able to view the listing details and this boolean will be returned as true.


Once a listing is fixed, this boolean will no longer be returned.

listingStatus
The enumeration value returned in this field indicates the status of the listing that is associated with the published offer.
soldQuantity
This integer value indicates the quantity of the product that has been sold for the published offer.