# Shop - storefront - OBJECT Version: 2024-10 ## Description Shop represents a collection of the general settings and information about the shop. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [brand](/docs/api/storefront/2024-10/objects/Brand): Brand - The shop's branding configuration. * [description](/docs/api/storefront/2024-10/scalars/String): String - A description of the shop. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/storefront/2024-10/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/2024-10/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/2024-10/scalars/String): String! - A string representing the way currency is formatted when the currency isn’t specified. * [name](/docs/api/storefront/2024-10/scalars/String): String! - The shop’s name. * [paymentSettings](/docs/api/storefront/2024-10/objects/PaymentSettings): PaymentSettings! - Settings related to payments. * [primaryDomain](/docs/api/storefront/2024-10/objects/Domain): Domain! - The primary domain of the shop’s Online Store. * [privacyPolicy](/docs/api/storefront/2024-10/objects/ShopPolicy): ShopPolicy - The shop’s privacy policy. * [refundPolicy](/docs/api/storefront/2024-10/objects/ShopPolicy): ShopPolicy - The shop’s refund policy. * [shippingPolicy](/docs/api/storefront/2024-10/objects/ShopPolicy): ShopPolicy - The shop’s shipping policy. * [shipsToCountries](/docs/api/storefront/2024-10/enums/CountryCode): CountryCode! - Countries that the shop ships to. * [shopPayInstallmentsPricing](/docs/api/storefront/2024-10/objects/ShopPayInstallmentsPricing): ShopPayInstallmentsPricing - The Shop Pay Installments pricing information for the shop. * [subscriptionPolicy](/docs/api/storefront/2024-10/objects/ShopPolicyWithDefault): ShopPolicyWithDefault - The shop’s subscription policy. * [termsOfService](/docs/api/storefront/2024-10/objects/ShopPolicy): ShopPolicy - The shop’s terms of service. ## Connections ## Related queries * [shop](/docs/api/storefront/2024-10/queries/shop) The shop associated with the storefront access token. ## Related mutations ## Related Unions * [MetafieldParentResource](/docs/api/storefront/2024-10/unions/MetafieldParentResource) A resource that the metafield belongs to. ## Examples