A JSON object containing the order information.
Name | Type | Description | Notes |
---|---|---|---|
orderID | String | The order's ID that is returned from GrabFood. Refer to FAQs for more details about orderID and shortOrderNumber. | |
shortOrderNumber | String | The GrabFood short order number. This is unique for each merchant per day. Refer to FAQs for more details about orderID and shortOrderNumber. | |
merchantID | String | The merchant's ID that is in GrabFood's database. | |
partnerMerchantID | String | The merchant's ID that is on the partner's database. | [optional] |
paymentType | PaymentTypeEnum | The payment method used. Refer to FAQs for more details about paymentType. | |
cutlery | Boolean | The boolean value to indicate whether cutlery are needed or not. Refer to FAQs for more details about cutlery. | |
orderTime | String | The UTC time that a consumer places the order, based on ISO_8601/RFC3339. | |
submitTime | OffsetDateTime | The order submit time, based on ISO_8601/RFC3339. Only present in the List Orders response. | [optional] |
completeTime | OffsetDateTime | The order complete time, based on ISO_8601/RFC3339. Only present in the List Orders response. | [optional] |
scheduledTime | String | The order scheduled time, based on ISO_8601/RFC3339. Empty for non-scheduled orders. | [optional] |
orderState | String | The state of the order. Only present in the List Orders response. Refer to Order States. | [optional] |
currency | Currency | ||
featureFlags | OrderFeatureFlags | ||
items | List<OrderItem> | The items in an array of JSON Object. Refer to Items for more information. | |
campaigns | List<OrderCampaign> | The campaigns that are applicable for the order.`null` when there is no campaign applied. | [optional] |
promos | List<OrderPromo> | An array of promotion objects. Only promotions that are funded by merchants will be sent. | [optional] |
price | OrderPrice | ||
dineIn | DineIn | [optional] | |
receiver | Receiver | [optional] | |
orderReadyEstimation | OrderReadyEstimation | [optional] | |
membershipID | String | Membership ID for loyalty project. Only present for loyalty program partners. | [optional] |
Name | Value |
---|---|
CASH | "CASH" |
CASHLESS | "CASHLESS" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |