# Carrier Parcel Templates A carrier parcel template represents a package used for shipping that has preset dimensions defined by a carrier. Some examples of a carrier parcel template include USPS Flat Rate Box and Fedex Small Pak. When using a carrier parcel template, the rates returned may be limited to the carrier that provides the box. You can create user parcel templates using a carrier parcel template. Shippo takes the dimensions of the carrier parcel template but you must configure the weight. ## List all carrier parcel templates - [GET /parcel-templates](https://docs.goshippo.com/shippoapi/public-api/carrier-parcel-templates/listcarrierparceltemplates.md): 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 ## Retrieve a carrier parcel templates - [GET /parcel-templates/{CarrierParcelTemplateToken}](https://docs.goshippo.com/shippoapi/public-api/carrier-parcel-templates/getcarrierparceltemplate.md): Fetches the parcel template information for a specific carrier parcel template, identified by the token.