---
title: "List stores"
method: GET
path: "/stores"
tags: ["stores"]
---

# List stores

`GET /stores`

Retrieve the list of installed stores on the account

## Query parameters

- `showInactive` boolean
- `marketplaceId` integer

## Response `200`

List of stores retrieved successfully

- object[]
  - `storeId` integer
  - `storeName` string
  - `marketplaceId` integer
  - `marketplaceName` string
  - `active` boolean
  - `createDate` string, date-time
  - `modifyDate` string, date-time
  - `autoRefresh` boolean

## Other responses

- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

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