Name | Type | Description | Notes |
---|---|---|---|
errors | \Ebay\Sell\Inventory\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 offerId field. See the HTTP status codes table to see which each status code indicates. | [optional] |
warnings | \Ebay\Sell\Inventory\Model\Error[] | This container will be returned if there were one or more warnings associated with publishing the offer. | [optional] |