put https://api.plugg.to/orders/plugg_id
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"
}