# Retrieve a carrier parcel templates Fetches the parcel template information for a specific carrier parcel template, identified by the token. Endpoint: GET /parcel-templates/{CarrierParcelTemplateToken} Version: 2018-02-08 Security: APIKeyHeader ## Path parameters: - `CarrierParcelTemplateToken` (string, required) The unique string representation of the carrier parcel template ## Header parameters: - `SHIPPO-API-VERSION` (string) Optional string used to pick a non-default API version to use. See our API version guide. Example: "2018-02-08" ## Response 200 fields (application/json): - `carrier` (string) The name of the carrier that provides this parcel template Example: "FedEx" - `distance_unit` (string) The measure unit used for length, width and height. Enum: "cm", "in", "ft", "m", "mm", "yd" - `height` (string) The height of the package, in units specified by the distance_unit attribute Example: "1.5" - `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 Example: "12.375" - `name` (string) The name of the carrier parcel template Example: "FedEx® Small Box (S1)" - `token` (string) The unique string representation of the carrier parcel template Example: "FedEx_Box_Small_1" - `width` (string) The width of the package, in units specified by the distance_unit attribute Example: "10.875"