# Stores

A *Store* is a curated collection of products in a brand’s catalog, which can contain multiple groups, each with a list of products. For example, a store could contain 3 groups:

* Items below $30
* Items on promotion
* Limited edition sneaker collection\
  Each of these groups will contain a list of products.

With these endpoints, you can retrieve a store’s information using its `Id`, list all stores, or list all items in a specific store.


---

# 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://integrations.impact.com/partner-api-reference/reference/stores.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.
