v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Carriers, products & services

List all package types

Returns a list of package types for a product.

Package types returned can be used when defining parcels in shipment booking.

get/package_types

Query parameters

product_codestring required

Code for the product to be included in the filter

sender_country_codestring required

Country code of the sender country, format: ISO3133 alpha-2

receiver_country_codestring required

Country code of the receiver country, format: ISO3133 alpha-2

Response

Successful.

codestring

Code to be used when referring to package types in booking shipments.

descriptionstring

Display name of the package type.

Example response

[
  {
    "code": "EP",
    "description": "EUR Pallet"
  }
]