Created
April 18, 2022 18:58
-
-
Save rafmagana/1ff1bf078ca51c56df147625e73ee690 to your computer and use it in GitHub Desktop.
Request for POST /specialresources/cart/submit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"skin": "weborder", | |
"establishmentId": "6", | |
"items": [{ | |
"special_request": "", | |
"modifieritems": [{ | |
"modifier": 139, | |
"qty": 1, | |
"amount": 0 | |
}, | |
{ | |
"modifier": 149, | |
"qty": 1, | |
"amount": 0.5 | |
} | |
], | |
"price": 2, | |
"product": 359, | |
"quantity": 1 | |
}], | |
"orderInfo": { | |
"dining_option": 2, | |
"notes": "", | |
"customer": { | |
"email": "[email protected]", | |
"first_name": "Rafael", | |
"last_name": "Magana Avalos", | |
"address": { | |
"country": "US", | |
"city": "San Franciscossss" | |
} | |
} | |
}, | |
"paymentInfo": { | |
"tip": 0, | |
"amount": 2.5, | |
"type": 7, | |
"transaction_id": "4d98326c-36f6-435b-86e0-0572d2fff906" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment