No-contact delivery

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:

  1. Consume the delivery instructions sent in the notes attribute section of the Location entity (the delivery address) of the SubmitOrderRequestMessage.

  2. 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.