{
"orderId": "<string>",
"externalCustomerId": "<string>",
"externalOrderId": "<string>",
"items": [
{
"description": "<string>",
"id": "<string>",
"paddedPrice": 123,
"photoUrl": "<string>",
"price": 123,
"quantity": 123,
"snapEligible": true,
"taxRate": 123,
"unit": "COUNT"
}
],
"subtotalAmount": 123,
"shippingAmount": 123,
"totalAmount": 123,
"shippingAddress": {
"address1": "<string>",
"address2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "AL",
"country": "US"
},
"deliveryPickupDetails": {
"type": "DELIVERY",
"scheduledTime": "2023-11-07T05:31:56Z",
"instructions": "<string>"
},
"completedAt": "2023-11-07T05:31:56Z",
"allocatedAmounts": {
"bankCardAmount": 123,
"ebtCashAmount": 123,
"snapAmount": 123
}
}
{
"orderId": "<string>",
"externalCustomerId": "<string>",
"externalOrderId": "<string>",
"items": [
{
"description": "<string>",
"id": "<string>",
"paddedPrice": 123,
"photoUrl": "<string>",
"price": 123,
"quantity": 123,
"snapEligible": true,
"taxRate": 123,
"unit": "COUNT"
}
],
"subtotalAmount": 123,
"shippingAmount": 123,
"totalAmount": 123,
"shippingAddress": {
"address1": "<string>",
"address2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "AL",
"country": "US"
},
"deliveryPickupDetails": {
"type": "DELIVERY",
"scheduledTime": "2023-11-07T05:31:56Z",
"instructions": "<string>"
},
"completedAt": "2023-11-07T05:31:56Z",
"allocatedAmounts": {
"bankCardAmount": 123,
"ebtCashAmount": 123,
"snapAmount": 123
}
}
Webhook payload sent when an order is completed
Webhook received successfully