# Parcel line items

Parcel line items track the SKUs in the related [parcel](/core-api-reference/parcels.md).

* If a stock line item in a shipment is not split, the parcel line items correspond to the stock line item's SKUs.
* If a stock line item is split, the line items are split into more than one parcel line item. A single stock line item can also be split into more than one parcel line item.

<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 line item 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/parcel_line_items.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.
