> ## 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 Store Pages

> Lists brand store pages; the page URLs can be used as Sponsored Brands landing pages

Lists brand store pages; the page URLs can be used as Sponsored Brands landing pages.

|                      |                                     |
| -------------------- | ----------------------------------- |
| **App**              | Amazon Ads                          |
| **Operation ID**     | `amazon_ads_list_brand_store_pages` |
| **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 store pages should be listed.                                                    |
| `store_id` | string         | No       | -       | Optional brand store ID to list pages for (from amazon\_ads\_list\_brand\_stores). Lists pages across stores when omitted. |
| `limit`    | integer        | No       | `50`    | Maximum number of store pages to return. Default: 50.                                                                      |

## Output

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

Returns the raw list of brand store pages as provided by the Ads API v1 query/brandStorePages endpoint.
