Skip to main content

This type is used by the response payload of the createOffer and updateOffer calls. The offerId field contains the unique identifier for the offer if the offer is successfully created by the createOffer call. The warnings field contains any errors and/or warnings that may have been triggered by the call.

Note: The offerId value is only returned with a successful createOffer call. This field will not be returned in the updateOffer response.

Types that use OfferResponse

Not used by any types.

Calls that use OfferResponse

Fields

Field
Type
Description
offerId
The unique identifier of the offer that was just created with a createOffer call. It is not returned if the createOffer call fails to create an offer. This identifier will be needed for many offer-related calls.

Note: The offerId value is only returned with a successful createOffer call. This field will not be returned in the updateOffer response.

warnings
array of ErrorDetailV3
This container will contain an array of errors and/or warnings when a call is made, and errors and/or warnings occur.