---
title: "List all package types"
method: GET
path: "/package_types"
tags: ["Carriers, products & services"]
---

# List all package types

`GET /package_types`

Returns a list of package types for a product.


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

## Query parameters

- `product_code` string, required
- `sender_country_code` string, required
- `receiver_country_code` string, required

## Response `200`

Successful.

- PackageType[]
  - `code` string — Code to be used when referring to package types in booking shipments.
  - `description` string — Display name of the package type.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[API](https://skmtc.dev/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.dev/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
