Add delivery

You can add deliveries to a created route.

Endpoint

PATCH {{SHIPPIFY_API_URL}}/v1/routes/add

Request

Response

Example

curl --location --request PATCH 'https://api.shippify.co/v1/routes/add' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Cookie: locale=es' \
--data-raw '{
    "routeId": "r-shiinc-2217499",
    "deliveries": ["t-pruaas-4968"]
}'