Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.67 KB

OfferResponseWithListingId.md

File metadata and controls

13 lines (10 loc) · 2.67 KB

OfferResponseWithListingId

Properties

Name Type Description Notes
errors \SapientPro\EbayInventorySDK\Models\Error[] This container will be returned if there were one or more errors associated with publishing the offer. [optional]
listingId 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]
offerId string The unique identifier of the offer that the seller published (or attempted to publish). [optional]
statusCode 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 \SapientPro\EbayInventorySDK\Models\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]