post https://apisandbox.jooraccess.com/v4/orders/bulk_update
Update your orders
You can also locate the order id on the web, on the order review page. See below for a screenshot.

Order Object ReferencesClick on "Add Object" below to view the reference documentation for updating an order.
Order delivery
You can specify the start and end date of order delivery window using the following 2 parameters: "delivery_window_start" and "delivery_window_end". Requirements:
- "delivery_window_start" and "delivery_window_end" have to be in the following format: "YYYY-MM-DD"
- "delivery_window_start" and "delivery_window_end" are optional.
- If "delivery_window_start" is specified but "delivery_window_end" is not, or if "delivery_window_end" is specified but "delivery_window_start" is not, the request will be rejected with the following error: "Invalid delivery window. You must provide both the start and end date".
- "delivery_window_start" has to be greater than or equal to "delivery_window_end". If that condition is not satisfied, the request will be rejected with the following error: "Delivery window start: YYYY-MM-DD is later than end: YYYY-MM-DD"