# Stock locations

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

{% hint style="info" icon="lightbulb" %}
Stock locations hold the stock items that make up an organization's inventory and are the building blocks of inventory models. Inventory stock locations drive SKU availability, return stock locations define return options.
{% endhint %}

## What is a stock location?

[Stock locations](/core-api-reference/stock_locations.md) hold stock items — the available inventory of an SKU — that are to be sold. They are the building blocks of inventory models. An organization may have one or more stock locations, each with its own unique address.

You can manage SKUs' inventory in a stock location, including raw materials, processed goods, and finished products. This lets merchants track which SKUs are available for sale and manage their availability across one or more locations.

Two types of stock locations play distinct roles in Commerce Layer:

* **Inventory stock locations** — determine the availability of SKUs being purchased.
* **Return stock locations** — determine the available options for returns.


---

# 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/inventory-management/stock-locations.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.
