# shop - storefront - QUERY
Version: 2025-04

## Description
The shop associated with the storefront access token.

### Access Scopes



## Arguments


## Returns
* [brand](/docs/api/storefront/2025-04/objects/Brand): Brand The shop's branding configuration.
* [description](/docs/api/storefront/2025-04/scalars/String): String A description of the shop.
* [id](/docs/api/storefront/2025-04/scalars/ID): ID! A globally-unique ID.
* [metafield](/docs/api/storefront/2025-04/objects/Metafield): Metafield A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
* [metafields](/docs/api/storefront/2025-04/objects/Metafield): Metafield! A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource.
* [moneyFormat](/docs/api/storefront/2025-04/scalars/String): String! A string representing the way currency is formatted when the currency isn’t specified.
* [name](/docs/api/storefront/2025-04/scalars/String): String! The shop’s name.
* [paymentSettings](/docs/api/storefront/2025-04/objects/PaymentSettings): PaymentSettings! Settings related to payments.
* [primaryDomain](/docs/api/storefront/2025-04/objects/Domain): Domain! The primary domain of the shop’s Online Store.
* [privacyPolicy](/docs/api/storefront/2025-04/objects/ShopPolicy): ShopPolicy The shop’s privacy policy.
* [refundPolicy](/docs/api/storefront/2025-04/objects/ShopPolicy): ShopPolicy The shop’s refund policy.
* [shippingPolicy](/docs/api/storefront/2025-04/objects/ShopPolicy): ShopPolicy The shop’s shipping policy.
* [shipsToCountries](/docs/api/storefront/2025-04/enums/CountryCode): CountryCode! Countries that the shop ships to.
* [shopPayInstallmentsPricing](/docs/api/storefront/2025-04/objects/ShopPayInstallmentsPricing): ShopPayInstallmentsPricing The Shop Pay Installments pricing information for the shop.
* [subscriptionPolicy](/docs/api/storefront/2025-04/objects/ShopPolicyWithDefault): ShopPolicyWithDefault The shop’s subscription policy.
* [termsOfService](/docs/api/storefront/2025-04/objects/ShopPolicy): ShopPolicy The shop’s terms of service.


## Examples