POST tenant-orders-order Id-transitions

POST {{baseUrl}}/order-v2/{{tenant}}/orders/:orderId/transitions

Updates the status of an order (as a customer).

Requires scope order.order_updateascustomer.

Request Body

{"status"=>"DECLINED"}

HEADERS

KeyDatatypeRequiredDescription
saas-tokenstring(Required) Token used to identify loggedin users. This token has an expiery date and is signed with a passphrase.
Content-Typestring