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

KeyDatatypeRequiredDescription
recalculatebooleanFlag that enforces order recalculation. If set to true, the whole order, including the coupon discounts, will be recalculated.

Request Body

{"status"=>"SHIPPED"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring