Information about editing an existing order on GrabFood.
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] |