---
title: "Get basic information about stores"
method: GET
path: "/stores"
tags: ["Store Information API"]
---

# Get basic information about stores

`GET /stores`

Get basic information about stores depending on the token access level

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `paging` Paging — Paging information
    - `total` integer, required — Total number of items available
    - `offset` integer, required — Current result set page offset
    - `limit` integer, required — Max number of items per page
  - `result` StoreSummary[]
    - `id` integer — Store ID
    - `type` string — Store type
    - `name` string — Store name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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