---
title: "List all carrier parcel templates"
method: GET
path: "/parcel-templates"
tags: ["Carrier Parcel Templates"]
---

# List all carrier parcel templates

`GET /parcel-templates`

List all carrier parcel template objects.

Use the following query string params to filter the results as needed:

- `include=all` (the default): includes templates from all carriers
- `include=user`: includes templates only from carriers which the user has added (whether or not they're currently enabled)
- `include=enabled`: includes templates only for carriers which the user has added and enabled
- `carrier=<token>`: filter by specific carrier, e.g. `fedex`, `usps`

## Query parameters

- `include` 'all' | 'user' | 'enabled'
- `carrier` string

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

List of carrier parcel templates

- CarrierParcelTemplateList
  - `results` CarrierParcelTemplate[]
    - `carrier` string — The name of the carrier that provides this parcel template
    - `distance_unit` 'cm' | 'in' | 'ft' | 'm' | 'mm' | 'yd' — The measure unit used for length, width and height.
    - `height` string — The height of the package, in units specified by the distance_unit attribute
    - `is_variable_dimensions` boolean — True if the carrier parcel template allows custom dimensions, such as USPS Softpack.
    - `length` string — The length of the package, in units specified by the distance_unit attribute
    - `name` string — The name of the carrier parcel template
    - `token` string — The unique string representation of the carrier parcel template
    - `width` string — The width of the package, in units specified by the distance_unit attribute

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/goshippo/apis/shippo-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/revisions/26fcc6af452a/schema)
