Webhooks
Information about custom webhooks
Topics
Sample POST Body
{
"id": 1,
"location_id": 3,
"customer": {
"name": "John Doe",
"email": "[email protected]",
"phone": "1231231231231",
"instructions": "I'll be there on Monday by 3pm."
},
"cart": {
"items": [
{
"product_id": "9423387917",
"variant_id": "34639503181"
}
]
},
"fulfilled": false,
"created_at": "2019-05-10T18:37:48.260Z",
"updated_at": "2019-05-10T22:11:50.739Z"
}Last updated