{"title":"DeliveryOptions - Liquid Object Reference","slug":"delivery-options-liquid-object-reference","url":"https://support.storeconnect.com/articles/delivery-options-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/delivery-options-liquid-object-reference.md","subtitle":null,"summary":"A DeliveryOptions object represents a configuration that has been selected by a customer for a specific date or day, and for a specific CartItem, so as to see the delivery times, if any (which are accessible via the DeliveryWindow object).","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, DeliveryOptions, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nA DeliveryOptions object represents a configuration that has been selected by a customer for a specific date or day, and for a specific CartItem, so as to see the delivery times, if any (which are accessible via the DeliveryWindow object).\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `cart_item` | [CartItem](cart-item-liquid-object-reference) | Returns the CartItem that the DeliveryOptions are for |\n| `delivery_window` | [DeliveryWindow](delivery-window-liquid-object-reference) | **Deprecated**: Returns the DeliveryWindow for the selected date |\n| `delivery_windows` | List[[DeliveryWindow](delivery-window-liquid-object-reference)] | Returns all DeliveryWindows for the selected date |\n| `line_item` | [CartItem](cart-item-liquid-object-reference) | **Deprecated**: Returns the CartItem that the DeliveryOptions are for |\n| `selected_date` | Timestamp | Returns the selected date for the delivery |\n| `selected_day` | String | Returns the selected day for the delivery |\n\n## Available on\n\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_delivery_options`"}