{
"cart_id": "string",
"net_total": 0,
"total_taxes_and_charges": 0,
"additional_discount_percentage": 0,
"discount_amount": 0,
"grand_total": 0,
"prepare_at": "14:15:22.123Z",
"prepare_at_specific_time": 0,
"rounding_adjustment": 0,
"rounded_total": 0,
"currency": "string",
"restaurant_branch": "string",
"table": "string",
"mode_of_payment": "string",
"order_type": "string",
"apartment_no": "string",
"building_no": "string",
"address_line1": "string",
"city": "string",
"state": "string",
"phone": "string",
"customer_name": "string",
"lat": "string",
"lon": "string",
"online_store": "string",
"promo_code": "string",
"can_checkout": 0,
"items": [
{
"name": "string",
"menu_product": "string",
"modifier_menu_product": "string",
"item_name": "string",
"description": "string",
"qty": 0,
"rate": 0,
"net_rate": 0,
"amount": 0,
"net_amount": 0,
"notes": "string",
"modifier_group": "string",
"index": 0,
"modifier_for_index": 0,
"modifiers": [
{
"modifier_menu_product": "string",
"modifier_group": "string",
"qty": 0,
"notes": "string",
"rate": 0,
"net_rate": 0,
"amount": 0,
"net_amount": 0,
"index": 0,
"modifier_for_index": 0,
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
}
],
"taxes": [
{
"title": "string",
"tax_amount": 0,
"tax_amount_after_discount_amount": 0
}
],
"property1": "string",
"property2": "string"
}