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.

Label Printing

post

Print labels for one or more deliveries.

Autorizaciones
Cuerpo
deliveryIdsstring[]Requerido

Identifiers of the delivery for which you want to print the labels. Only this property will go in the payload.

Example: t-pruaas-4973
referenceIdsstring[]Opcional

Reference identifiers of the delivery for which you want to print the labels. Only this property will go in the payload.

Example: FACT-1234
Respuestas
200
Successful operation
application/pdf
Respuestastring · binary
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

Etiqueta

Use cases

Última actualización