put
https://api.plugg.to/orders/plugg_id
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}