非接触デリバリー
エンドツーエンドの注文では、非接触型配送オプションをお客様に提供できます。ユーザーが注文フローで非接触デリバリーを選択すると、API は注文リクエストの送信の一部として送信される配送手順に「非接触デリバリー: 注文品をドアの外に置いてください」というテキストを追加します。
例:
{
"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"
}
非接触配達オプションの対象となるように統合するには、次の機能をサポートする必要があります。
SubmitOrderRequestMessage の Location エンティティ(配送先住所)の notes
属性セクションで送信された配送手順を使用します。
パートナーは、非接触デリバリーを示すために、追加テキスト「非接触デリバリー: 注文品をドアの外に置いてください」を使用する必要があります。
これらの 2 つの項目をサポートしているかどうかを確認し、統合で非接触配達機能を有効にするよう Google コンサルタントに依頼します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-26 UTC。
[null,null,["最終更新日 2024-11-26 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."]]],["The API supports no-contact delivery by appending \"No-contact delivery: Please leave order outside the door\" to delivery instructions within the `notes` attribute of the delivery address. Integrations must consume these instructions from the `Location` entity in the `SubmitOrderRequestMessage`. Partners must use the specified text to indicate no-contact delivery and then confirm support for both features with their Google consultant to enable this delivery option.\n"]]