Home
Flipdish
Customers Order Example
Customers Order Example
Restaurant Online Ordering Mobile Apps Point of Sale Orders Menu Payments Webhooks
Customers Order Example is an example object payload from Flipdish, with 53 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Store Customer Voucher Fees OrderItems DeliveryLocation CustomerLocation MaskedPhoneNumber DropOffLocationId DropOffLocation AcceptedFor InFraudZone UnusualHighValueOrder RejectedByUserId ChannelOrderId ChannelOrderDisplayId Channel OrderDropOffLocation FulfillmentStatus OrderBatchInfo TaxItems CreatedCampaignVoucherId OrderId LocalOrderId DeliveryType PickupLocationType TableServiceCatagory TipAmount DeliveryAmount OrderItemsAmount ServiceChargeAmount ServiceChargePercentage Amount ProcessingFee PaymentAccountType PaymentAccountDescription OrderState IsPreOrder PlacedTime RequestedForTime ChefNote AppType UserRating PaymentStatus RejectionReason RefundedAmount DeliveryTrackingStatus DriverId TotalTax OrderTrackingCode
Example Payload
{
"Store": "string",
"Customer": "string",
"Voucher": "string",
"Fees": "string",
"OrderItems": [],
"DeliveryLocation": "string",
"CustomerLocation": "string",
"MaskedPhoneNumber": "+353000000000",
"DropOffLocationId": 500123,
"DropOffLocation": "string",
"AcceptedFor": "2026-06-02T12:00:00Z",
"InFraudZone": true,
"UnusualHighValueOrder": true,
"RejectedByUserId": 500123,
"ChannelOrderId": "500123",
"ChannelOrderDisplayId": "500123",
"Channel": "string",
"OrderDropOffLocation": "string",
"FulfillmentStatus": "Active",
"OrderBatchInfo": "string",
"TaxItems": [],
"CreatedCampaignVoucherId": 500123,
"OrderId": 500123,
"LocalOrderId": "500123",
"DeliveryType": "Delivery",
"PickupLocationType": "TakeOut",
"TableServiceCatagory": "Generic",
"TipAmount": 12.5,
"DeliveryAmount": 12.5,
"OrderItemsAmount": 12.5,
"ServiceChargeAmount": 12.5,
"ServiceChargePercentage": 1.0,
"Amount": 12.5,
"ProcessingFee": 12.5,
"PaymentAccountType": "Card",
"PaymentAccountDescription": "string",
"OrderState": "Created",
"IsPreOrder": true,
"PlacedTime": "2026-06-02T12:00:00Z",
"RequestedForTime": "2026-06-02T12:00:00Z",
"ChefNote": "string",
"AppType": "Unknown",
"UserRating": 1,
"PaymentStatus": "Paid",
"RejectionReason": "TooBusy",
"RefundedAmount": 12.5,
"DeliveryTrackingStatus": "Unassigned",
"DriverId": 500123,
"TotalTax": 12.5,
"OrderTrackingCode": "string",
"DeliveryFeeAreaId": 500123,
"ReceiptCode": "string",
"TotalDepositReturnFeeAmount": 12.5
}