নো-যোগাযোগ ডেলিভারি
এন্ড-টু-এন্ড অর্ডার করা ব্যবহারকারীকে একটি নো-কন্টাক্ট ডেলিভারি বিকল্প প্রদান করে। যদি ব্যবহারকারী অর্ডার ফ্লোতে নো-কন্টাক্ট ডেলিভারি নির্বাচন করেন, তাহলে এপিআই একটি জমা অর্ডার অনুরোধের অংশ হিসাবে পাঠানো ডেলিভারি নির্দেশাবলীতে "নো-যোগাযোগ ডেলিভারি: অনুগ্রহ করে দরজার বাইরে অর্ডার ছেড়ে দিন" লেখাটি যুক্ত করে।
উদাহরণ:
{
"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- এর অবস্থান সত্তার (ডেলিভারির ঠিকানা) notes
অ্যাট্রিবিউট বিভাগে পাঠানো ডেলিভারি নির্দেশাবলী ব্যবহার করুন।
অংশীদারকে অবশ্যই নো-কন্টাক্ট ডেলিভারি নির্দেশ করতে "নো-কন্টাক্ট ডেলিভারি: দরজার বাইরে অর্ডার ছেড়ে দিন" ব্যবহার করতে হবে।
আপনি এই দুটি আইটেম সমর্থন করেন কিনা তা নিশ্চিত করুন এবং আপনার ইন্টিগ্রেশনের জন্য আপনার Google পরামর্শদাতাকে নো-কন্টাক্ট ডেলিভারি বৈশিষ্ট্য সক্ষম করতে বলুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-12 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"]]