PATCH tenant-salesorders-order Id

PATCH {{baseUrl}}/order-v2/{{tenant}}/salesorders/{{orderId}}

Updates an order with the specified ID.

Requires scope order.order_update.

Request Body

{"mixins"=>{"generalAttributes"=>{"extendedOrderStatus"=>"60"}}, "entries"=>[{"id"=>"5883275", "mixins"=>{"pliPicking"=>{"deliveryAmount"=>400}}, "metadata"=>{"mixins"=>{"pliPicking"=>"https://res.cloudinary.com/saas-ag/raw/upload/schemata/orderItemPickingMixIn.v4.json"}}}]}

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