비대면 배달
엔드 투 엔드 주문은 사용자에게 비대면 배송 옵션을 제공합니다. 사용자가 주문 과정에서 비접촉 배달을 선택하면 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
속성 섹션에 전송된 배송 안내를 사용합니다.
파트너는 비접촉 배달을 나타내기 위해 '비접촉 배달: 문 앞에 두고 가세요'라는 텍스트를 추가해야 합니다.
이 두 항목을 지원하는지 확인하고 Google 컨설턴트에게 통합에 대해 비접촉 전송 기능을 사용 설정해 달라고 요청합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]