---
title: "Get basic information about a store"
method: GET
path: "/stores/{id}"
tags: ["Store Information API"]
---

# Get basic information about a store

`GET /stores/{id}`

Get basic information about a store based on provided ID

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` StoreDetails — Information about the Store
    - `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)
