Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created April 18, 2022 18:59
Show Gist options
  • Save rafmagana/9902f9804a5a061dbbdceb97b716e4dd to your computer and use it in GitHub Desktop.
Save rafmagana/9902f9804a5a061dbbdceb97b716e4dd to your computer and use it in GitHub Desktop.
Response of POST /specialresources/cart/submit
{
"status": "OK",
"orderId": 14998,
"cardInfo": null,
"pickup_time": null,
"customer": {
"phone": null,
"first_name": "Rafael",
"last_name": "Magana Avalos",
"email": "rafmagana@gmail.com"
},
"created_date": "04/18/2022 11:57",
"total": 2.55,
"checkout": {
"notes": "",
"address": {
"phone_number": null,
"country": "US",
"email": "rafmagana@gmail.com",
"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