API Reference
Cancel order
Requests order cancellation. Cancellation is processed differently based on partner - timing may vary.
POST
Path Parameters
The ID of the order to cancel
Body
application/json
Reason for the cancellation
Example:
"Customer requested a cancellation"
Response
201
application/json
Order cancellation request created successfully
Timestamp when the cancellation was requested
Example:
"2024-01-20T12:00:00Z"
Status of the cancellation request
Available options:
approved
, denied
, pending
, canceled
Example:
"pending"
Reason for the cancellation request
Example:
"Customer requested a cancellation"