Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 719 Bytes

AcceptOrderRequest.md

File metadata and controls

25 lines (13 loc) · 719 Bytes

AcceptOrderRequest

The manual acceptance or rejection of an order on GrabFood.

Properties

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.
toState ToStateEnum The order's updated state.

Enum: ToStateEnum

Name Value
ACCEPTED "Accepted"
REJECTED "Rejected"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"