Configurar SD/ND
Recolecta en almacén cliente 1-N paquetes con ruteo hacia nuestro almacén iVoy, entrega el mismo día o día siguiente.
NOTA: Se cobra en función del contrato comercial.
Tipo de Envío SD/ND
{
"query": "mutation createDelivery($input: CreateDeliveryInput!){createDeliveryWithLabel(input: $input){id trackingNumber referenceId label(type: ZPL)}}",
"variables": {
"input": {
"type": "SAME_DAY",
"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
}
]
}
]
}
}
}
{
"query": "mutation createDelivery($input: CreateDeliveryInput!){createDeliveryWithLabel(input: $input){id trackingNumber referenceId label(type: ZPL)}}",
"variables": {
"input": {
"type": "NEXT_DAY",
"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.
Updated over 2 years ago