Description
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).
Attributes
| Attribute | Type | Description |
|---|---|---|
cart_item |
CartItem | Returns the CartItem that the DeliveryOptions are for |
delivery_window |
DeliveryWindow | Deprecated: Returns the DeliveryWindow for the selected date |
delivery_windows |
List[DeliveryWindow] | Returns all DeliveryWindows for the selected date |
line_item |
CartItem | Deprecated: Returns the CartItem 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 |