Updating order partially (by a merchant)
PATCH {{api-url}}/order-v2/{{tenant}}/salesorders/{{orderId}}?recalculate=false
Updates partally an order with the specified ID.
Required scopes
-
order.order_update
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
recalculate | boolean | Flag that enforces order recalculation. If set to true , the whole order, including the coupon discounts, will be recalculated. | |
Request Body
{"status"=>"SHIPPED"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |