POST changeDeliveredAmount
POST {{baseUrl}}/order-v2/{{tenant}}/salesorders/{{orderId}}/calculations
Updates the number of entries in the specific order and recalculates it.
Requires scope order.order_update
.
Request Body
{"entries"=>[{"entryId"=>"000000000150337003", "deliveredAmount"=>44}]}
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 |
RESPONSES
status: OK
""