Skip to main content

This type is used to indicate the status of each offer that the user attempted to publish. If an offer is successfully published, an eBay listing ID (also known as an Item ID) is returned. If there is an issue publishing the offer and creating the new eBay listing, the information about why the listing failed should be returned in the errors and/or warnings containers.

Type that uses OfferResponseWithListingId

BulkPublishResponse

Call that uses OfferResponseWithListingId

Fields

Field
Type
Description
errors
array of ErrorDetailV3
This container will be returned if there were one or more errors associated with publishing the offer.
listingId
The unique identifier of the newly-created eBay listing. This field is only returned if the seller successfully published the offer and created the new eBay listing.
offerId
The unique identifier of the offer that the seller published (or attempted to publish).
statusCode
The HTTP status code returned in this field indicates the success or failure of publishing the offer specified in the offerId field. See the HTTP status codes table to see which each status code indicates.
warnings
array of ErrorDetailV3
This container will be returned if there were one or more warnings associated with publishing the offer.