משלוח ללא מגע
ב-Ordering End-to-End יש אפשרות למשלוח ללא מגע עם המשתמש. אם המשתמש בחר באפשרות 'משלוח ללא מגע' בתהליך ההזמנה, ה-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"
}
כדי שהשילוב שלכם יהיה מתאים לאפשרות של משלוח ללא מגע, עליכם לתמוך בתכונות הבאות:
צורכים את הוראות המסירה שנשלחו בקטע המאפיין notes
של הישות Location (כתובת המסירה) ב-SubmitOrderRequestMessage.
השותף צריך להוסיף את הטקסט "משלוח ללא מגע: יש להשאיר את ההזמנה מחוץ לדלת" כדי לציין משלוח ללא מגע.
עליכם לוודא שאתם תומכים בשני הפריטים האלה ולבקש מהיועץ של Google להפעיל את התכונה 'איסוף בלי צורך ליצור קשר' בשילוב שלכם.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]