Put Order Update
PUT {{baseUrl}}/order.update.json?order_id=<string>&store_id=<string>&order_status=<object>&comment=<string>&date_modified=<string>&date_finished=<string>&financial_status=<string>&order_payment_method=<string>&send_notifications=<boolean>
Update existing order.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order_id | string | Retrieves order’s info specified by order id | |
store_id | string | Defines store id where the webhook should be assigned | |
order_status | string | Counts orders quantity specified by order status | |
comment | string | Specifies order comment | |
date_modified | string | Specifies order's modification date | |
date_finished | string | Specifies order's finished date | |
financial_status | string | Counts orders quantity specified by financial status | |
order_payment_method | string | Defines order payment method | |
send_notifications | string | Send notifications to customer after order was created |