---
title: "Retrieves shop."
method: GET
path: "/admin/shop.json"
tags: ["Shop"]
---

# Retrieves shop.

`GET /admin/shop.json`

## Response `200`

OK

- ShopDto
  - `address1` string — The shop's street address.
  - `address2` string — The the optional second line of the shop's street address.
  - `city` string — The shop's city.
  - `country` string — The shop's country. In most cases matches the country_code.
  - `country_code` string — The two-letter country code corresponding to the shop's country.
  - `country_name` string — The shop's normalized country name.
  - `county_taxes` boolean — Whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Valid values: true or false.
  - `created_at` integer — The timestamp when the shop was created.
  - `currency` string — The three-letter code (ISO 4217 format) for the shop's default currency.
  - `current_active_storefront` integer
  - `customer_email` string — The contact email used for communication between the shop owner and the customer.
  - `domain` string — The shop's onshopbase.com domain.
  - `email` string — The contact email used for communication between ShopBase and the shop owner.
  - `enable` boolean
  - `enable_multi_storefront` boolean
  - `enable_onboarding_multi_sf` boolean
  - `end_free_trial_at` integer — The timestamp when the shop's free trial was ended.
  - `iana_timezone` string — The name of the timezone assigned by the IANA.
  - `id` integer — A unique identifier for the shop.
  - `latitude` number — The latitude of the shop's location.
  - `longitude` number — The longitude of the shop's location.
  - `max_free_storefront` integer
  - `money_format` string — A string representing the way currency is formatted when the currency isn't specified.
  - `money_in_emails_format` string — A string representing the way currency is formatted in email notifications when the currency isn't specified.
  - `money_with_currency_format` string — A string representing the way currency is formatted when the currency is specified.
  - `money_with_currency_in_emails_format` string — A string representing the way currency is formatted in email notifications when the currency is specified.
  - `multi_storefront` integer
  - `name` string — The name of the shop.
  - `online_store_enable` integer
  - `onshopbase_domain` string — The shop's onshopbase.com domain.
  - `parent_id` integer
  - `password_enabled` boolean — Whether the password protection page is enabled on the online storefront.
  - `phone` string — The contact phone number for the shop.
  - `primary_domain` string — The shop's domain.
  - `primary_locale` string — The shop's primary locale, as configured in the language settings of the shop's theme.
  - `province` string — The shop's normalized province or state name.
  - `province_code` string — The two-letter code for the shop's province or state.
  - `shop_owner` string — The username of the shop owner.
  - `source` string
  - `storefront_fee` number
  - `storefront_free` boolean
  - `subscription_expired_at` integer — The timestamp when the shop was expired.
  - `tax_shipping` boolean — Whether taxes are charged for shipping. Valid values: true or false.
  - `taxes_included` boolean — Whether applicable taxes are included in product prices. Valid values: true or false.
  - `timezone` string — The name of the timezone the shop is in.
  - `updated_at` integer — The timestamp when the shop was last updated.
  - `used_free_storefront` integer
  - `weight_unit` string — The default unit of weight measurement for the shop.
  - `zip` string — The shop's zip or postal code.

---

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