Path Parameters
The id of the delivery window
"dlw_abc|10:00|12:00|2025-10-22"
Response
OK
Response for a delivery window.
The ID of the delivery window.
"dw_01234567890123456789"
The name of the delivery window.
"Monday Delivery Window"
The start time of the delivery window.
"2024-01-01T10:00:00Z"
The start time of the delivery window in local timezone.
"2024-01-01T10:00:00"
The end time of the delivery window.
"2024-01-01T12:00:00Z"
The end time of the delivery window in local timezone.
"2024-01-01T12:00:00"
The timezone id of the delivery window.
"America/New_York"
The cutoff time of the delivery window.
"2024-01-01T10:00:00Z"
The cutoff time of the delivery window in local timezone.
"2024-01-01T10:00:00"
The rrule of the delivery window.
"RRULE:FREQ=WEEKLY;BYDAY=MO"
The exception dates of the delivery window.
["2024-01-01", "2024-01-02"]
The allowed tags of the delivery window.
[
"service:rapid",
"service:express",
"franchise_location"
]
The lead time of the delivery window.
60
The price of the delivery window.
1000
The minimum order value of the delivery window.
1000
The maximum capacity of the delivery window.
1000
The store location id of the delivery window.
"stl_01234567890123456789"
The zone id of the delivery window.
"zone_01234567890123456789"
The external zone id of the delivery window.
"ext_01234567890123456789"
The metadata of the delivery window.
{ "key": "value" }
Whether the delivery window is active.
true
Whether the delivery window is deleted.
false