POST tenant-salesorders-order Id-transitions
POST {{baseUrl}}/:tenant/salesorders/:orderId/transitions
Updates the status of the specific order (as a merchant).
Requires scope order.order_update
.
Request Body
{"status"=>"CONFIRMED"}
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 |