shop - customer - QUERY
Version: unstable
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).
Access Scopes
Arguments
Returns
email
: String! The email of the shop.
id
: ID! A globally-unique ID.
metafield
: Metafield A metafield found by namespace and key.
metafields
: Metafield! The metafields associated with the resource matching the supplied list of namespaces and keys.
myshopifyDomain
: String! The shop's .myshopify.com domain name.
name
: String! The name of the shop.
shopPolicies
: ShopPolicy! The list of all legal policies associated with the shop.
url
: URL! The URL of the shop's online store.
Examples