Get eligible delivery windows for order
Find delivery windows available for a specific order based on the order’s store location and requirements. Requires either order_id or external_order_id. Optionally filter by time range and requested capacity.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The order for which to return eligible delivery windows.
"ord_1234567890"
The external order id for which to return eligible delivery windows.
"ext_1234567890"
The range start for delivery windows.
"2024-10-06T00:00:00Z"
The range end for delivery windows.
"2024-10-07T00:00:00Z"
Optionally specify the requested capacity for the delivery windows.
10