---
title: "Get store information"
method: GET
path: "/v1/stores/{store_id}"
tags: ["Stores"]
---

# Get store information

`GET /v1/stores/{store_id}`

Returns the current store configuration

## Response `200`

Successfully returned store information

- Store
  - `object` string
  - `id` string — A unique identifier for the store
  - `currency` 'gbp' | 'usd' | 'eur' | 'sgd' | 'aud' | 'brl' | 'cad' | 'czk' | 'dkk' | 'hkd' | 'huf' | 'ils' | 'jpy' | 'myr' | 'mxn' | 'nok' | 'nzd' | 'php' | 'pln' | 'rub' | 'sek' | 'chf' | 'twd' | 'thb' | 'try' — The currency code used by the store
  - `name` string — Name of the store
  - `payment_methods` string[] — Array of payment method IDs associated with the store
  - `products` string[] — Array of product IDs that are sold in the store

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
