---
title: "Get store information"
method: GET
path: "/store"
tags: ["store"]
---

# Get store information

`GET /store`

Gets general store information including routes and configuration.

## Response `200`

Store information retrieved successfully.

- StoreInfo
  - `version` string — CoCart version.
  - `title` string — Store title.
  - `description` string — Store description.
  - `home_url` string — Store home URL.
  - `language` string — Store language.
  - `gmt_offset` string — GMT offset.
  - `timezone_string` string — Timezone string.
  - `store_address` object — Store address information.
  - `routes` object — Available API routes.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
