Print delivery labels
Warehouses often print labels to stick on each package before dispatching it. You can use this endpoint to generate a PDF file with the labels for one or multiple deliveries.
Print labels for one or more deliveries.
Autorizaciones
Cuerpo
deliveryIdsstring[]RequeridoExample:
Identifiers of the delivery for which you want to print the labels. Only this property will go in the payload.
t-pruaas-4973
referenceIdsstring[]OpcionalExample:
Reference identifiers of the delivery for which you want to print the labels. Only this property will go in the payload.
FACT-1234
Respuestas
200
Successful operation
application/pdf
Respuestastring · binary
401
Unauthorized
application/json
post
POST /v2/integrations/deliveries/labels HTTP/1.1
Host: api.shippify.co
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"deliveryIds": [
"t-pruaas-4973"
],
"referenceIds": [
"FACT-1234"
]
}
binary
Tag example

Use cases
Última actualización