Giao hàng không tiếp xúc
Tính năng Đặt hàng hoàn chỉnh cung cấp cho người dùng lựa chọn giao hàng không tiếp xúc. Nếu người dùng chọn giao hàng không tiếp xúc trong quy trình đặt hàng, API sẽ thêm văn bản "Giao hàng không tiếp xúc: Vui lòng để món hàng ở ngay trước cửa" vào hướng dẫn giao hàng được gửi trong Yêu cầu gửi đơn đặt hàng.
Ví dụ:
{
"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"
}
Để công cụ tích hợp của bạn đủ điều kiện sử dụng lựa chọn giao hàng không tiếp xúc, bạn phải hỗ trợ các tính năng sau:
Sử dụng hướng dẫn giao hàng được gửi trong phần thuộc tính notes
của thực thể Vị trí (địa chỉ giao hàng) của SubmitOrderRequestMessage.
Đối tác phải sử dụng văn bản đính kèm "Dịch vụ giao hàng không tiếp xúc: Vui lòng để món hàng ở ngay trước cửa" để cho biết dịch vụ giao hàng không tiếp xúc.
Xác nhận xem bạn có hỗ trợ hai mặt hàng này hay không và yêu cầu chuyên gia tư vấn của Google bật tính năng giao hàng không tiếp xúc cho quá trình tích hợp.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]