--- title: shop - Customer API description: Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). api_version: 2025-01 api_name: customer type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-01/queries/Shop md: https://shopify.dev/docs/api/customer/2025-01/queries/Shop.md --- # shop query Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Possible returns * Shop [Shop!](https://shopify.dev/docs/api/customer/2025-01/objects/Shop) A collection of the general information about the shop. *** ## Examples * ### shop reference ## Query Reference ```graphql { shop { # shop fields } } ```