Stay organized with collections
Save and categorize content based on your preferences.
Users might add specific instructions to their order, which you then pass to the
party that handles that part of the order fulfillment.
To capture these instructions, check the notes fields associated with each
instruction in the SubmitOrderRequest. Users can provide the following types
of special instructions:
Delivery instructions apply to the order's delivery method or route.
Extract delivery instructions from
location.notes.
The maximum number of characters is 500.
Menu item instructions are specific to a line item within the order.
Extract menu item instructions from
lineItem.subLines[0].note.
Order instructions apply to the order as a whole. Extract order
instructions from
cart.notes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["Users can provide delivery, menu item, and order instructions during the ordering process."],["These instructions are stored within the `notes` fields in the `SubmitOrderRequest` and are categorized as delivery, menu item, and order level instructions."],["You can access these instructions via specific fields within the `SubmitOrderRequest` such as `location.notes` for delivery instructions, `lineItem.subLines[0].note` for menu item instructions, and `cart.notes` for order instructions."],["If your system doesn't support certain instruction types like menu item and order instructions, you have the option to hide them from the user interface using the `ServingConfig` entity."]]],[]]