Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 909 Bytes

EditOrderRequest.md

File metadata and controls

16 lines (8 loc) · 909 Bytes

EditOrderRequest

Information about editing an existing 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.
items List<EditOrderItem> Specify the array of all items in the order, including deleted, added, updated and unchanged items.
onlyRecalculate Boolean 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]