# Parcels

[Shipments](/core-api-reference/shipments.md) can be split into two or more parcels, that get tracked by the [shipping carrier](/core-api-reference/carrier_accounts.md). For cross-border shipments, you can fill in a customs form. The related documentation is automatically generated, updated, and attached to the parcel that will be delivered in a [package](/core-api-reference/packages.md) to the assigned customer's shipping address.

<details>

<summary>Data model</summary>

Check the related [ER diagram](/data-model/shipping/parcels-packages-and-pickups.md) and explore the flowchart that illustrates how the parcel resource relates to the other API entities.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.commercelayer.io/core-api-reference/parcels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
