v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBCarriers, 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.
Example response
[
{
"code": "EP",
"description": "EUR Pallet"
}
]