Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.08 KB

OfferResponse.md

File metadata and controls

10 lines (7 loc) · 1.08 KB

# OfferResponse

Properties

Name Type Description Notes
offer_id string The unique identifier of the offer that was just created with a <strong>createOffer</strong> call. It is not returned if the <strong>createOffer</strong> call fails to create an offer. This identifier will be needed for many offer-related calls. <p> <span class=&quot;tablenote&quot;><strong>Note:</strong> The <strong>offerId</strong> value is only returned with a successful <strong>createOffer</strong> call. This field will not be returned in the <strong>updateOffer </strong> response.</span></p> [optional]
warnings \eBay\Sell\Inventory\Model\Error[] This container will contain an array of errors and/or warnings when a call is made, and errors and/or warnings occur. [optional]

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