Skip to main content

Sample Order

The following JSON object represents an order of 1 Burrito Scram-Bowl with Ketchup and Salt.

Please refer to model above for field definitions

{
"categories": [
{
"items": [
{
"extras": [
{
"merchant_supplied_id": "INDIVIDUAL_SAUCES",
"name": "Signature Sauces",
"options": [
{
"extra": [
{
"merchant_supplied_id": "BREAKFAST_CONDIMENTS",
"name": "Breakfast Condiments",
"options": [
{
"merchant_supplied_id": "ADD_SALT",
"name": "Salt",
"price": 0,
"quantity": 1
}
]
}
],
"merchant_supplied_id": "ADD_KETCHUP_INDIVIDUAL",
"name": "KETCHUP",
"price": 0,
"quantity": 1
}
]
}
],
"merchant_supplied_id": "26d3fce0-efd2-46d3-832c-ced5bc956401",
"name": "Burrito Scram-Bowl",
"price": 0,
"quantity": 1
}
],
"merchant_supplied_id": "Entree",
"name": "Entree"
}
],
"consumer": {
"email": "[email protected]",
"first_name": "Kelley",
"id": 0,
"last_name": "W.",
"phone": "855-973-1040"
},
"id": "abc12345",
"order_special_instructions": "",
"store": {
"merchant_supplied_id": "abc12345",
"provider_type": "eatsa"
},
"subtotal": 2000,
"tax": 300
}