In order to provide more information about the status changes to the order, you can send the following statuses:
CANCELLED_BY_CUSTOMER
- customer has cancelled the order.FULFILLED
- The order was completed successfully.No body content. Order updated successfully
Bad request
Invalid or missing access token
Insufficient permissions to edit an order's status
Order id not found
Conflict when updating order status
Internal server error
{- "status": "FULFILLED"
}
{- "message": "string",
- "errors": [
- {
- "segment": "string",
- "path": "string",
- "message": "string"
}
], - "error": "string"
}