Updating the status of the specific order (by a customer)
POST {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}/transitions
Updates the status of the specific order (by a customer).
Required scopes
-
order.order_updateascustomer
Request Body
{"status"=>"DECLINED"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
saas-token | string | (Required) Token used to identify loggedin users. This token has an expiery date and is signed with a passphrase. | |
Content-Type | string | ||
Accept | string |