> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Brand Stores

> Searches Amazon brand stores by name; store URLs can be used as Sponsored Brands landing pages

Searches Amazon brand stores by name; store URLs can be used as Sponsored Brands landing pages.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Amazon Ads                     |
| **Operation ID**     | `amazon_ads_list_brand_stores` |
| **Type**             | Action                         |
| **Connection**       | `amazon_ads` (required)        |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field        | Type           | Required | Default | Description                                                                                                                                             |
| ------------ | -------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`    | DynamicAccount | Yes      | -       | Select the Amazon Ads profile whose brand stores should be listed.                                                                                      |
| `store_name` | string         | Yes      | -       | Store name to search for (Amazon requires a name filter with exactly one value). The store URLs returned can be used as Sponsored Brands landing pages. |

## Output

**Type**: `List[Dict]`

Returns the raw list of brand stores as provided by the Ads API v1 query/brandStores endpoint.
