# SKU list items

SKU list items are used to manually populate an [SKU list](/core-api-reference/sku_lists.md). The position determines the order of the SKU within the associated list.

{% hint style="warning" %}
SKU uniqueness is not enforced on SKU list. That means the same SKU can be associated with different SKU list items (even with different quantities) belonging to the same SKU list — as it happens for SKUs and line items in an order.
{% endhint %}


---

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