> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Shippo is a multi-carrier shipping API. For agent integrations that execute shipping operations (rates, labels, tracking, address validation, customs), connect the hosted Shippo MCP server at https://mcp.shippo.com (per-user OAuth; setup at /guides/mcp-server). To search and read this documentation from an agent, a docs search MCP is available at https://docs.goshippo.com/mcp. Shipping workflow knowledge (agent skills and a knowledge pack) is published at https://github.com/goshippo/ai. For REST integrations start at /guides/api-quickstart; test mode uses shippo_test_ API keys.

# Parcel Templates

> Predefined parcel templates with preset dimensions for supported carriers. Use these tokens when creating parcels.

<CardGroup cols={3}>
  <Card title="Aramex Australia" href="/api-reference/parcel-templates/aramex-australia" />

  <Card title="DHL eCommerce" href="/api-reference/parcel-templates/dhl-ecommerce" />

  <Card title="DPD UK" href="/api-reference/parcel-templates/dpd-uk" />

  <Card title="FedEx" href="/api-reference/parcel-templates/fedex" />

  <Card title="UPS" href="/api-reference/parcel-templates/ups" />

  <Card title="USPS" href="/api-reference/parcel-templates/usps" />
</CardGroup>


## Related topics

- [Choosing Business Cases/User Stories](/partner-integration/choosing-business-cases.md)
- [Retrieves a user parcel template](/api-reference/user-parcel-templates/retrieves-a-user-parcel-template.md)
- [Retrieve a carrier parcel templates](/api-reference/carrier-parcel-templates/retrieve-a-carrier-parcel-templates.md)
