| id | String | Order ID that will be used to search | [default to null] |
| customer | OrderPartialClass_customer | | [default to null] |
| total_amount | BigDecimal | Total order amount charged to the customer | [optional] [default to null] |
| items_total_amount | BigDecimal | Total item amount without delivery fee and discounts applied | [default to null] |
| charged_delivery_fee | String | Delivery fee charged if order type is delivery | [default to null] |
| delivery_paid_by_cash | Boolean | Indicates delivery fee was paid via cash | [default to null] |
| promo_discount | BigDecimal | Promotional discount applied on amount paid | [default to null] |
| promo_base | Object | Indicates where the promotional discount has been applied | [default to null] |
| customer_notes | String | Customer notes | [default to null] |
| meal_plan | Boolean | Indicates if the order is part of a meal plan | [default to null] |
| meal_plan_discount | String | Indicates discount applied to a meal plan | [optional] [default to null] |
| meal_plan_delivery_discount | String | Indicates max delivery discount for meal plans | [optional] [default to null] |
| meal_plan_quoted_delivery_fee | String | Indicates total delivery fee quoted for a meal plan | [optional] [default to null] |
| meal_plan_index | String | Indicates order placement as part of a meal plan i.e. placement/total | [optional] [default to null] |
| order_type | String | Order type | [default to null] |
| order_date | String | ISO8601 compliant order date string | [default to null] |
| order_time | String | Order time filter in HH format | [default to null] |
| delivery_address | String | Order delivery address, empty if order type is pickup or curbside pickup | [default to null] |
| delivery_status | String | Order delivery status | [optional] [default to null] |
| delivery_tracking_link | String | Order delivery tracking link | [optional] [default to null] |
| status | String | Order status, expired means the cart was abandoned | [optional] [default to null] |
| order_details | List | Order Details | [default to null] |
| store_details | OrderPartialClass_store_details | | [default to null] |
| change_timestamp | Object | Status update timestamps | [default to null] |
| transaction_number | String | Transaction number, this serves as pickup's order number | [default to null] |
| payment_method | String | Payment method used | [optional] [default to null] |
| refunded_amount | BigDecimal | Refunded amount, can be partial or full | [default to null] |
| pickup_details | OrderPartialClass_pickup_details | | [default to null] |
| tracking_page | String | Tracking page for this particular order | [default to null] |
| promo | OrderPartialClass_promo | | [default to null] |
| store_notes | String | Store notes | [default to null] |