Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.56 KB

OfferSkuResponse.md

File metadata and controls

15 lines (12 loc) · 2.56 KB

# OfferSkuResponse

Properties

Name Type Description Notes
errors \Ebay\Sell\Inventory\Model\Error[] This container will be returned at the offer level, and will contain one or more errors if any occurred with the attempted creation of the corresponding offer. [optional]
format string This enumeration value indicates the listing format of the offer. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:FormatTypeEnum&#39;&gt;eBay API documentation</a> [optional]
marketplace_id string This enumeration value is the unique identifier of the eBay marketplace for which the offer will be made available. This enumeration value should be the same for all offers since the bulkCreateOffer method can only be used to create offers for one eBay marketplace at a time. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:MarketplaceEnum&#39;&gt;eBay API documentation</a> [optional]
offer_id string The unique identifier of the newly-created offer. This identifier should be automatically created by eBay if the creation of the offer was successful. It is not returned if the creation of the offer was not successful. In which case, the user may want to scan the corresponding errors and/or warnings container to see what the issue may be. [optional]
sku string The seller-defined Stock-Keeping Unit (SKU) of the inventory item. The sku value is required for each product offer that the seller is trying to create, and it is always returned to identified the product that is associated with the offer. [optional]
status_code int The integer value returned in this field is the http status code. If an offer is created successfully, the value returned in this field should be 200. A user can view the HTTP status codes section for information on other status codes that may be returned with the bulkCreateOffer method. [optional]
warnings \Ebay\Sell\Inventory\Model\Error[] This container will be returned at the offer level, and will contain one or more warnings if any occurred with the attempted creation of the corresponding offer. Note that it is possible that an offer can be created successfully even if one or more warnings are triggered. [optional]

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