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-31 UTC."],[[["Users can provide delivery, menu item, and order instructions during the ordering process."],["These instructions are found within the `notes` fields of the `SubmitOrderRequest` object, specifically within the `location`, `lineItem`, and `cart` objects."],["Delivery instructions have a 500-character limit and provide specifics on delivery methods or routes."],["Menu item instructions provide specifics related to a particular item within the order, accessible via `lineItem.subLines[0].note`."],["Order instructions apply to the entire order and are accessible through `cart.notes`."]]],[]]