Status Update

Information

If necessary, you can only update the order status without sending the invoice and shipping information.
You can use any status available in the API, for example the status of delivered.

Update example

Updating to Approved

{
    "status": "approved"
}

Updating to Delivered

{
    "status": "delivered"
}

Updating to Canceled

{
    "status": "canceled"
}
Language
Click Try It! to start a request and see the response here!