Created
April 18, 2022 18:59
-
-
Save rafmagana/9902f9804a5a061dbbdceb97b716e4dd to your computer and use it in GitHub Desktop.
Response of POST /specialresources/cart/submit
This file contains hidden or 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
{ | |
"status": "OK", | |
"orderId": 14998, | |
"cardInfo": null, | |
"pickup_time": null, | |
"customer": { | |
"phone": null, | |
"first_name": "Rafael", | |
"last_name": "Magana Avalos", | |
"email": "[email protected]" | |
}, | |
"created_date": "04/18/2022 11:57", | |
"total": 2.55, | |
"checkout": { | |
"notes": "", | |
"address": { | |
"phone_number": null, | |
"country": "US", | |
"email": "[email protected]", | |
"city": "San Franciscossss" | |
}, | |
"dining_option": 2, | |
"asap": null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment