> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.goshippo.com/feedback

```json
{
  "path": "/api-reference/parcel-templates/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

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