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

# List Stores

> List all connected e-commerce stores.

## Response

```json 200 theme={null}
[
  {
    "id": "store-uuid",
    "platform": "shopify",
    "store_domain": "my-store.myshopify.com",
    "store_name": "My Store",
    "last_synced_at": "2026-04-08T18:30:00Z",
    "created_at": "2026-04-08T18:00:00Z"
  }
]
```
