Get delivery information

This endpoint provides a comprehensive view of a delivery, either with the delivery identifier or with its reference ID.

Check delivery information

get

Retrieve data for a delivery by its ID or reference.

Autorizaciones
AuthorizationstringRequerido
Parámetros de ruta
idstringRequerido

Identifier or reference ID of the delivery to query.

Respuestas
chevron-right
200

Successful operation

application/json
idstringOpcional

Identifier of the delivery in Shippify.

Example: t-shiinc-27946
dropoffobjectOpcional

Delivery information

statusinteger · mín: 1Opcional

Delivery status code

Example: 3
_statusstringOpcional

Delivery status name

Example: assigned
status_langstringOpcional

Delivery status name in the account's language

Example: Assigned
distancenumberOpcional

Distance between pickup and delivery points

Example: 10.4
companystringOpcional

Task company name

Example: Company ABC
referenceIdstringOpcional

External delivery identifier, such as order number

Example: PO-00012
reasonIdinteger · mín: 1Opcional

Identifier of the reason for the status change

Example: 1
reasonTextstringOpcional

Description of the reason for the status change

Example: DANGER ZONE
problem_notestringOpcional

Status change comment

Example: Dangerous zone
lastStatusDatestringOpcional

Date of the last status change

Example: 2023-10-27T19:09:11.000Z
tagsstring[]Opcional

Delivery digital tag names.

Example: Fragile
get
/v1/deliveries/{id}/complete

Use cases

chevron-rightRetrieve information about a delivery by its ID.hashtag

You can use the delivery ID in the request URL to fetch its information.

chevron-rightRetrieve information about a delivery by its reference IDhashtag

You can use the delivery reference ID in the request URL to fetch its information.

Última actualización