Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

key

value example

comment

identifier

(00)370724760010119754

can be either a trackingReference or a shipmentId.

labelType

unified-large

What kind of label that is wanted. The type determines both layout and size of the label. Currently the following types are supported *:

  • "unified-large" - this label measures 102 mm x 192mm, and the layout is also known as the "Felles transportetikett"

Curl request example

with application/pdf response format

Code Block
languagebash
curl --request GET --url https://staging-ws.di.no/ws/json/parcel/label/v-1/labels/00370724760010119754/unified-large \
     --header "authorization: Bearer $SECRET_WS_TOKEN" \
     --header 'content-type: application/json' \
	 --header 'accept: application/pdf,application/json' \

...