Name | Type | Description | Notes |
---|---|---|---|
merchant_id | string | The merchant's ID that is in GrabFood's database. | |
partner_merchant_id | string | The merchant's ID that is on the partner's database. | [optional] |
order_id | string | The order's ID that is returned from GrabFood. Refer to FAQs for more details about orderID and shortOrderNumber. | |
state | string | The current order state. For takeaway orders, only `DELIVERED` and `CANCELLED` states are pushed. | |
driver_eta | int | The driver's estimated of arrival (ETA) in seconds when the state is `DRIVER_ALLOCATED`. | [optional] |
code | string | The current order's sub-state. This is in free text so you should only use for reference. Grab may use this for troubleshooting. If you want some analysis, kindly use `state` instead. | [optional] |
message | string | Additional information to explain the current order state. May be system status or human entered message. | [optional] |