Stay organized with collections
Save and categorize content based on your preferences.
Ordering End-to-End offers a no-contact delivery option to the user. If the user
selects no-contact delivery in the order flow, the API appends the text
"No-contact delivery: Please leave order outside the door" to the
delivery instructions sent as part of a Submit Order Request.
Example:
{"coordinates":{"latitude":37.788783,"longitude":-122.41384},"formattedAddress":"1350 CHARLESTON ROAD, MOUNTAIN VIEW, CA, United States","zipCode":"94043","city":"Mountain View","postalAddress":{"regionCode":"US","postalCode":"94043","administrativeArea":"CA","locality":"Mountain View","addressLines":["1350 Charleston Road"]},"notes":"Gate code is #111. No-contact delivery: Please leave order outside the door"}
To make your integration eligible for the no-contact delivery option, you must support
the following features:
Consume the delivery instructions sent in the notes attribute section of the
Location
entity (the delivery address) of the SubmitOrderRequestMessage.
The partner must use the appended text "No-contact delivery: Please leave
order outside the door" to indicate no-contact delivery.
Confirm whether you support these two items and ask your Google consultant to
enable the no-contact delivery feature for your integration.
[[["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."],[[["Ordering End-to-End provides a no-contact delivery option where customers can request orders to be left outside their door."],["To offer no-contact delivery, your integration must process the delivery instructions within the `notes` attribute of the `Location` entity in the `SubmitOrderRequestMessage`."],["The specific text \"No-contact delivery: Please leave order outside the door\" is appended to the delivery instructions to signal a no-contact delivery request."],["Partners need to confirm their support for these requirements and request enabling of the feature from their Google consultant."]]],[]]