{"title":"DeliveryWindow - Liquid Object Reference","slug":"delivery-window-liquid-object-reference","url":"https://support.storeconnect.com/articles/delivery-window-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/delivery-window-liquid-object-reference.md","subtitle":null,"summary":"A DeliveryWindow represents a delivery window configuration for a given Zone","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, DeliveryWindow, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nA DeliveryWindow represents a delivery window configuration for a given Zone\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `active?` | Boolean | Returns true if the DeliveryWindow is active |\n| `days_of_week` | List[String] | Returns the days of the week that this DeliveryWindow is available |\n| `duration` | Number | Returns the duration of the DeliveryWindow |\n| `duration_unit` | String | Returns the unit of the duration of the DeliveryWindow |\n| `id` | String | Returns the unique id for this DeliveryWindow |\n| `offset` | Number | Returns the offset of the DeliveryWindow |\n| `offset_unit` | String | Returns the unit of the offset of the DeliveryWindow |\n| `timeslot_groups` | List[[DeliveryTimeslotGroup](delivery-timeslot-group-liquid-object-reference)] | Returns the available timeslot groups for this DeliveryWindow |\n| `timeslots` | List[String] | Returns the available timeslots for this DeliveryWindow |\n| `timezone` | String | Returns the timezone of the DeliveryWindow |\n| `zone` | [Zone](zone-liquid-object-reference) | Returns the Zone associated with this DeliveryWindow |\n\n## Available on\n\n- [CartItem - Liquid Object Reference](cart-item-liquid-object-reference) — `available_delivery_windows`\n- [DeliveryOptions - Liquid Object Reference](delivery-options-liquid-object-reference) — `delivery_window`, `delivery_windows`\n- [OrderItem - Liquid Object Reference](order-item-liquid-object-reference) — `delivery_window`"}