Flipdish · Example Payload

Orders Order Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders 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

StoreCustomerVoucherFeesOrderItemsDeliveryLocationCustomerLocationMaskedPhoneNumberDropOffLocationIdDropOffLocationAcceptedForInFraudZoneUnusualHighValueOrderRejectedByUserIdChannelOrderIdChannelOrderDisplayIdChannelOrderDropOffLocationFulfillmentStatusOrderBatchInfoTaxItemsCreatedCampaignVoucherIdOrderIdLocalOrderIdDeliveryTypePickupLocationTypeTableServiceCatagoryTipAmountDeliveryAmountOrderItemsAmountServiceChargeAmountServiceChargePercentageAmountProcessingFeePaymentAccountTypePaymentAccountDescriptionOrderStateIsPreOrderPlacedTimeRequestedForTimeChefNoteAppTypeUserRatingPaymentStatusRejectionReasonRefundedAmountDeliveryTrackingStatusDriverIdTotalTaxOrderTrackingCode

Example Payload

Raw ↑
{
  "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
}