# Shop - customer - OBJECT Version: 2024-10 ## Description A collection of the general information about the shop. ### Access Scopes ## Fields * [email](/docs/api/customer/2024-10/scalars/String): String! - The email of the shop. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/customer/2024-10/objects/Metafield): Metafield - A metafield found by namespace and key. * [metafields](/docs/api/customer/2024-10/objects/Metafield): Metafield! - The metafields associated with the resource matching the supplied list of namespaces and keys. * [myshopifyDomain](/docs/api/customer/2024-10/scalars/String): String! - The shop's .myshopify.com domain name. * [name](/docs/api/customer/2024-10/scalars/String): String! - The name of the shop. * [shopPolicies](/docs/api/customer/2024-10/objects/ShopPolicy): ShopPolicy! - The list of all legal policies associated with the shop. * [url](/docs/api/customer/2024-10/scalars/URL): URL! - The URL of the shop's online store. ## Connections ## Related queries * [shop](/docs/api/customer/2024-10/queries/shop) 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). ## Related mutations ## Related Unions ## Examples