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

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

RESPONSES

status: OK

""