# SKU options

<figure><img src="/files/Z9eGYwSZiQlqAspMqoFp" alt=""><figcaption></figcaption></figure>

{% hint style="info" icon="lightbulb" %}
SKU options are market-defined add-ons that customers can attach to SKUs during an order. They can affect price or delivery lead time, and their cost is automatically added to the line item's amount.
{% endhint %}

## What is a SKU option?

[SKU options](/core-api-reference/sku_options.md) represent any custom personalization or additional service defined by a market. Customers can add these options to selected SKUs during an order. The additional service can affect the price or delivery lead time of an SKU due to an update in preparation time. Any additional cost is automatically added to the line item's amount, and the order is refreshed with updated data once the option is applied.

SKU options can be predefined per market with the related SKU codes, delay time, or price. Typical examples include engraving, customized prints, and customized wrapping. To add one or more SKU options to a line item, you need to create a line item option.


---

# 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/data-model/products/sku-options.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.
