Entrega sin contacto
El pedido de extremo a extremo ofrece al usuario una opción de entrega sin contacto. Si el usuario selecciona la entrega sin contacto en el flujo de pedidos, la API agrega el texto "Entrega sin contacto: dejar el pedido en la puerta" a las instrucciones de entrega que se envían como parte de una solicitud de envío de pedido.
Ejemplo:
{
"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"
}
Para que tu integración sea apta para la opción de entrega sin contacto, debes admitir las siguientes funciones:
Consume las instrucciones de entrega que se enviaron en la sección del atributo notes
de la entidad Location (la dirección de entrega) de SubmitOrderRequestMessage.
El socio debe usar el texto adjunto "Entrega sin contacto: dejar el pedido en la puerta" para indicar que se trata de una entrega sin contacto.
Confirma si admites estos dos elementos y pídele a tu consultor de Google que habilite la función de entrega sin contacto para tu integración.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-26 (UTC)
[null,null,["Última actualización: 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"]]