--- title: shop - Storefront API description: The shop associated with the storefront access token. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/queries/shop' md: 'https://shopify.dev/docs/api/storefront/unstable/queries/shop.md' --- # shop query The shop associated with the storefront access token. ## Possible returns * Shop [Shop!](https://shopify.dev/docs/api/storefront/unstable/objects/Shop) Shop represents a collection of the general settings and information about the shop. *** ## Examples * ### shop reference ## Query Reference ```graphql { shop { # shop fields } } ```