Change delivery statuses

You can use this endpoint to change the status of a delivery. Here you can add comments or include reasons for issues previously created in the system. To learn more about Shippify's statuses click here.

Update the status of a delivery

patch

Update the status of a delivery by its ID or reference.

Autorizaciones
AuthorizationstringRequerido
Parámetros de ruta
idstringRequerido

Identifier or reference ID of the delivery to change status.

Cuerpo
statusstring · enumRequerido

New status of the route

Example: hold_by_courierValores posibles:
commentstringRequerido

Comment of the change

Example: Dangerous area
Respuestas
200

Successful operation

application/json
patch
/v1/deliveries/{id}/status

Use cases

Update status by referenceId

You can use the delivery's reference ID in the URL of the request to change its status.

Cancel delivery
Change the status to "hold by courier" with a reason for the problem
Complete a delivery

Última actualización