---
title: "Retrieve a carrier parcel templates"
method: GET
path: "/parcel-templates/{CarrierParcelTemplateToken}"
tags: ["Carrier Parcel Templates"]
---

# Retrieve a carrier parcel templates

`GET /parcel-templates/{CarrierParcelTemplateToken}`

Fetches the parcel template information for a specific carrier parcel template, identified by the token.

## Path parameters

- `CarrierParcelTemplateToken` string, required

## Headers

- `SHIPPO-API-VERSION` string

## Response `200`

Carrier parcel template

- 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)
