---
title: "Gets a specified store theme."
method: GET
path: "/themes/{theme_id}"
tags: ["Themes"]
---

# Gets a specified store theme.

`GET /themes/{theme_id}`

## Path parameters

- `theme_id` string, required

## Response `200`

The theme.

- ThemeResponse — Response payload for the BigCommerce API.
  - `data` Theme — A theme.
    - `variations` Variation[] — The variations.
      - `description` string — The description.
      - `external_id` string — The external identifier.
      - `name` string — The name.
      - `uuid` string — The identifier.
    - `uuid` string — The identifier.
    - `name` string — The theme name identifier.
    - `is_private` boolean — Flag to identify private themes.
  - `meta` Meta — Empty meta object; may be used later.

## Other responses

- `default` — Error message.

---

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