--- title: Shop - Customer API description: A collection of the general information about the shop. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/shop md: https://shopify.dev/docs/api/customer/latest/objects/shop.md --- # Shop object A collection of the general information about the shop. ## Fields * email [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The email of the shop. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * metafield [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A metafield found by namespace and key. * metafields [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The metafields associated with the resource matching the supplied list of namespaces and keys. * myshopify​Domain [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The shop's .myshopify.com domain name. * name [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The name of the shop. * shop​Policies [\[Shop​Policy!\]!](https://shopify.dev/docs/api/customer/latest/objects/ShopPolicy) non-null The list of all legal policies associated with the shop. * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL of the shop's online store. *** ## Map No referencing types *** ## Queries * [shop](https://shopify.dev/docs/api/customer/latest/queries/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). *** ## \Shop Queries ### Queried by * \[shop](https://shopify.dev/docs/api/customer/latest/queries/Shop) *** ## Interfaces * * [Has​Metafields](https://shopify.dev/docs/api/customer/latest/interfaces/HasMetafields) interface * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-Shop Implements ### Implements * ||-[Has​Metafields](https://shopify.dev/docs/api/customer/latest/interfaces/HasMetafields) * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)