Status Update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Path Params
string
required
Defaults to plugg_id

Order id

Headers
string
Defaults to Bearer {ACCESS_TOKEN}

Bearer Token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json