Label View

Get the label document URL for a shipping label.

GET
/api/v1/shipping/{label_id}/view

Description

Returns label_url — a URL to download or display the combined label PDF.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
label_idstringYesPass the full value from the API response in path parameters.

Response

FieldTypeDescription
label_urlstringURL to download the merged label PDF.

Related Endpoints

Did this page help you?