cURL
curl --request GET \ --url https://public.api.collectpure.com/v1/order/{id}/label \ --header 'x-api-key: <api-key>'
{ "url": "<string>" }
Returns the URL to the shipping label PDF for a purchase order.
Returns the shipping label PDF bytes data for a purchase order.
{ "url": "https://aouokhwqjizbcoutydig.supabase.co/storage/v1/object/sign/labels/12345.pdf?token=eyJraW..." }
API key for authentication
Order ID
Shipping label URL