Configurar OD

Recolecta en almacén cliente 1-N paquetes con ruteo hacia usuario final, entrega 90 minutos.

NOTA: Se cobra en función del kilometraje.

1585

Bajo demanda implementado con múltiples visitas

Tipo de Envío On Demand

{
    "query": "mutation createDelivery($input: CreateDeliveryInput!){createDeliveryWithLabel(input: $input){id trackingNumber referenceId label(type: ZPL)}}",
    "variables": {
        "input": {
            "type": "ON_DEMAND",
            "referenceId": "CLIENT_GUIDE",
            "storeId": "WAREHOUSE_NAME",
            "dropoff": {
                "contact": {
                    "name": "TEST Integration QA",
                    "phone": "5512345678",
                    "email": "[email protected]"
                },
                "location": {
                    "address": "Calz. San Juan de Aragón 285 34C, Granjas Modernas, Gustavo A. Madero, 07460 Ciudad de México, CDMX",
                    "zipCode": "07460",
                    "latitude": 19.4915263,
                    "longitude": -99.1155517,
                    "instructions": "Describe the complete instruction"
                }
            },
            "packages": [
                {
                    "size": "SMALL_BOX",
                    "dimensions": {
                        "height": 0.10,
                        "width": 0.10,
                        "length": 0.10,
                        "weight": 0.10
                    
                    },
                    "items": [
                        {
                            "description": "Item_1",
                            "quantity": 1
                        },
                        {
                            "description": "Item_2",
                            "quantity": 1
                        }
                    ]
                }
            ]
        }
    }
}

🚧

La persona encargada de determinar el modelo de negocio acorde a sus necesidades es su Key Account Manager.