無接觸送餐服務

端對端訂購功能可為使用者提供無接觸配送選項。如果使用者在訂單流程中選取零接觸送餐服務,API 會在提交訂單要求時傳送的送餐指示中附加文字「No-contact delivery: Please leave order outside the door」

範例:

{
  "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"
}

如要讓整合功能符合無接觸送達選項的使用資格,您必須支援下列功能:

  1. 使用 SubmitOrderRequestMessageLocation 實體 (運送地址) notes 屬性部分中傳送的運送指示。

  2. 合作夥伴必須使用附加文字「No-contact delivery: Please leave order outside the door」來表示零接觸送餐服務。

請確認你是否支援這兩項項目,並請 Google 顧問為你的整合功能啟用無接觸交付功能。