Última actualización hace 9 meses
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.
{ "deliveryIds":[ "t-pruaas-4973" ] }
{ "referenceIds": [ "P-0001" ] }
Print labels for one or more deliveries.
/v2/integrations/deliveries/labels
curl -L \ --request POST \ --url 'https://api.shippify.co/v2/integrations/deliveries/labels' \ --header 'Authorization: Basic username:password' \ --header 'Content-Type: application/json' \ --data '{ "deliveryIds": [ "t-pruaas-4973" ], "referenceIds": [ "FACT-1234" ] }'
text