DeliveryOptions - Liquid Object Reference - 1.1.0
Object Name | DeliveryOptions |
Version | 1.1.0 |
Description
A DeliveryOptions object represents a configuration that has been selected by a customer for a specific date or day, and for a specific LineItem, so as to see the delivery times, if any (which are accessible via the DeliveryWindow object).
Attributes
Attribute | Type | Description |
---|---|---|
delivery_window | DeliveryWindow | Returns the DeliveryWindow for the selected date |
line_item | LineItem | Returns the LineItem that the DeliveryOptions are for |
selected_date | Timestamp | Returns the selected date for the delivery |
selected_day | String | Returns the selected day for the delivery |
Objects that return DeliveryOptions
Back to Liquid Reference for 1.1.0
Back to Documentation