Create appeasement
Creates an appeasement for customer order.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Body
Appeasement request details
It is required and used as a primary identifier to apply appeasement on an order.
It is used as identifier of the user who initiates the appeasement request
Identifies the system by which the request was initiated
Appeasement at order level
Order customer model
It represents the order-level appeasements. It is necessary to add at least one of the order-level or item-level appeasements.
It represents the wrapper of item-level appeasements. It is necessary to add at least one of the order-level or item-level appeasements
Response
ServiceResponse Model
ResponseCodes Model
SUCCESS
, ERROR
, NOT_FOUND
, INVALID_REQUEST
, AMOUNT_EXCEEDS
, PAYMENT_NOT_FOUND
, PARTIAL_SUCCESS
OrderCreateAppeasementResponse Model