Returns
Array of pickup order details object object
Child attributes of the pickup order details object
orderId
Integer
Unique identifier for this pickup order
orderNumber
String
Alphanumeric identifier for the order object
companyId
Integer
Company identifier associated with the order
restaurant
Object
Restaurant information including name, address, contact phone number and location coordinates
customer
Object
Customer information containing name, contact phone number and email address
tips
Double
Tips amount for the order
tax
Double
Tax amount for the order
discountAmount
Double
Discount amount applied to the order
totalOrderCost
Double
Total cost for the particular order including all fees and taxes
orderItem
Array
Array of order item objects containing details about each item, quantity, price and add-ons
paymentMethod
String
Selected payment method for the order (e.g., CARD, CASH, ONLINE)
pickupInstruction
String
Pickup related instructions for the order (null if no instructions provided)
expectedPickupDate
String
Expected pickup date in UTC for the particular order (yyyy-mm-dd format)
expectedPickupTime
String
Expected pickup time in UTC for the particular order (hh:mm:ss format)
orderSource
String
Source platform or channel from where the order originated
status
String
Current status of the order (e.g., IN_PROGRESS, READY, DONE, CANCEL)