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
200

Successful operation

application/json
get
/v1/deliveries/{id}/complete

Use cases

Retrieve information about a delivery by its ID.

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

Retrieve information about a delivery by its reference ID

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

Última actualización