Skip to main content
POST
Orders - status change

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
order_id
string
required

Order ID

Example:

"0000013353-092501"

status
string
required

New order status

Example:

"Canceled"

Response

Order status changed successfully

message
string

success message

Example:

"Order status changed successfully"

status
string

Operation status

Example:

"success"