Create route
This process is asynchronous. You can log into the system to check its progress or the route created.
Use cases
Última actualización
This process is asynchronous. You can log into the system to check its progress or the route created.
Última actualización
POST /v1/routes/create HTTP/1.1
Host: api.shippify.co
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"routes": [
{
"deliveries": [
"t-pruaas-4973"
]
}
],
"iterations": 1
}{
"code": "OK",
"message": "Process created successfully",
"data": {
"jobs": "JOB-1234"
}
}{
"routes": [
{
"deliveries": [
"t-pruaas-4973",
"t-pruaas-4972"
]
}
],
"iterations": 5
}{
"routes": [
{
"deliveries": [
"t-pruaas-4973",
"t-pruaas-4972"
]
}
],
"iterations": 10
}