Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created April 18, 2022 18:48
Show Gist options
  • Save rafmagana/675a548b8bed946064039f52ed6f7e8c to your computer and use it in GitHub Desktop.
Save rafmagana/675a548b8bed946064039f52ed6f7e8c to your computer and use it in GitHub Desktop.
Request for POST /specialresources/cart/calculate
{
"skin": "weborder",
"establishmentId": "6",
"items": [{
"special_request": "",
"modifieritems": [],
"price": 2.33,
"product": 360,
"quantity": 1
},
{
"special_request": "",
"modifieritems": [{
"modifier": 170,
"qty": 1,
"amount": 0
}],
"price": 2.5,
"product": 344,
"quantity": 1
},
{
"special_request": "FAST!!!!!!!!!!",
"modifieritems": [{
"modifier": 139,
"qty": 1,
"amount": 0
},
{
"modifier": 141,
"qty": 1,
"amount": 0
}
],
"price": 3,
"product": 353,
"quantity": 1
}
],
"orderInfo": {
"dining_option": 0,
"notes": "GIVE IT TO ME!!!!",
"customer": {
"phone": "+13055551234",
"email": "rafmagana@gmail.com",
"first_name": "Rafael",
"last_name": "Magana Avalos",
"address": {}
}
},
"paymentInfo": {
"tip": 0,
"amount": 7.83,
"type": 7,
"transaction_id": "412d0a34-da1b-479d-a902-d19fd3d43289"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment