---
title: "List all Stores"
method: GET
path: "/2024-09/stores"
tags: ["Stores"]
---

# List all Stores

`GET /2024-09/stores`

Retrieve a list of stores available with your account.

Required authorization scope: `public.store:read`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

list of stores

- StoreList — List of stores
  - `stores` Store[]
    - `id` string, uuid — Store ID
    - `company_id` string, uuid — Company ID
    - `name` string — Store name
    - `platform` object — Platform
      - `name` string — Platform name
    - `active` boolean
    - `last_synced_at` string, nullable
    - `created_at` string
    - `updated_at` string
  - `meta` MetaWithPagination
    - `pagination` Pagination — Pagination
      - `next` integer, nullable
      - `count` integer, nullable — The total number of items. The `null` value is used with countless pagination (used for faster response on large datasets, like shipments).
      - `page` integer — Current page
    - `request_id` string — An unique ID represent the request.

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
