---
title: "Retrieve Store Information."
method: GET
path: "/store/info.json"
tags: ["Stores"]
---

# Retrieve Store Information.

`GET /store/info.json`

## Query parameters

- `fields` string, string

## Response `200`

OK

- Store
  - `name` string — Store Name
  - `code` string — Store Code
  - `currency` string — Store Currency
  - `country` string — Store Country
  - `timezone` string — Store Timezone
  - `email` string — Store Admin Email
  - `hooks_token` string — Store Hooks Auth token
  - `url` string — Store URL
  - `logo` string — Store Logo URL
  - `weight_unit` string — Store Weight Unit
  - `subscription_status` string — Subscription status
  - `subscription_plan` string — Subscription plan
  - `fb_pixel_id` string — Facebook Pixel Id
  - `address` StoreAddress
    - `address` string — Address of the Store's Address
    - `city` string — City of the Store's Address
    - `postal` string — Postal code of the Store's Address
    - `region` string — Region of the Store's Address
    - `country` string — Country of the Store's Address (ISO 3166-1 alpha-2)
    - `region_code` string — Region code of the Store's Address
    - `country_code` string — Country code of the Store's Address
  - `whatsapp_phone` string — Store WhatsApp Phone

---

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