Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.27 KB

OfferResponseWithListingId.md

File metadata and controls

13 lines (10 loc) · 1.27 KB

# OfferResponseWithListingId

Properties

Name Type Description Notes
errors \OpenAPI\EbayInventoryClient\Model\Error[] This container will be returned if there were one or more errors associated with publishing the offer. [optional]
listing_id string 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. [optional]
offer_id string The unique identifier of the offer that the seller published (or attempted to publish). [optional]
status_code int The HTTP status code returned in this field indicates the success or failure of publishing the offer specified in the <strong>offerId</strong> field. See the <strong>HTTP status codes</strong> table to see which each status code indicates. [optional]
warnings \OpenAPI\EbayInventoryClient\Model\Error[] This container will be returned if there were one or more warnings associated with publishing the offer. [optional]

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