التسليم بدون تلامس
توفّر ميزة "عملية الطلب الشاملة" للمستخدم خيار التسليم بدون تلامس. إذا اختَر المستخدم تسليم الطلب بدون تلامس في مسار الطلب، ستُضيف واجهة برمجة التطبيقات النص التالي:
"تسليم الطلب بدون تلامس: يُرجى ترك الطلب عند الباب" إلى تعليمات التسليم المُرسَلة كجزء من طلب إرسال الطلب.
مثال:
{
"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
لعنصر
الموقع الجغرافي (عنوان التسليم) في SubmitOrderRequestMessage.
على الشريك استخدام النص المرفق "تسليم الطلب بدون تلامس: يُرجى ترك
الطلب عند الباب" للإشارة إلى تسليم الطلب بدون تلامس.
تأكَّد مما إذا كنت توفّر هذين الخيارَين واطلب من مستشار Google
تفعيل ميزة "التسليم بدون اتصال" لعملية الدمج.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]