---
title: "Get the configuration"
method: GET
path: "/v1/shop-configuration"
tags: ["shop-configuration"]
---

# Get the configuration

`GET /v1/shop-configuration`

Retrieve information about the current shop.

## Query parameters

- `locale` string

## Response `200`

successful operation

- ShopConfiguration
  - `shopId` integer, required
  - `name` string, required
  - `shopCustomData` object, nullable, required
  - `properties` ShopProperties[], required
    - `key` string
    - `value` string
  - `customData` object, required
  - `country` string, required

## Other responses

- `401` — authentication failed
- `404` — item not found

## Changes

- **2026-07-17** `8cfa924ae703` — 1 breaking, 8 info
  - the response property `shopCustomData` became nullable for the status `200`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - the response property `country` became required for the status `200`
  - …5 more
- **2023-08-06** `302b7c443b51` — 6 breaking, 2 info
  - the response property `country` became optional for the status `200`
  - the response property `customData` became optional for the status `200`
  - the response property `name` became optional for the status `200`
  - the response property `properties` became optional for the status `200`
  - …4 more

[Change history](https://skmtc.dev/scayle/apis/storefront-api-documentation/changes/v1/shop-configuration/get.md)

---

[API](https://skmtc.dev/scayle/apis/storefront-api-documentation.md) · [All operations](https://skmtc.dev/scayle/apis/storefront-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scayle/storefront-api-documentation/revisions/8cfa924ae703/schema)
