Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 976 Bytes

EditOrderRequest.md

File metadata and controls

11 lines (8 loc) · 976 Bytes

# EditOrderRequest

Properties

Name Type Description Notes
order_id string The order's ID that is returned from GrabFood. Refer to FAQs for more details about orderID and shortOrderNumber.
items \Grab\GrabfoodApiSdk\Model\EditOrderItem[] Specify the array of all items in the order, including deleted, added, updated and unchanged items.
only_recalculate bool This parameter specifies whether to recalculate the edited order without submitting it. It is intended for testing purposes only. This parameter is set to false by default, which means the edited order will be recalculated and re-submitted to partners. [optional]

[Back to Model list] [Back to API list] [Back to README]