# store Get basic store information including domain, logo, favicon, and policies ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { store { domain logo favicon name customerAccountsEnabled customerAccountsOptional customerAccountsRequireApproval catalogBrowsingRequiresAccount canSellOverStock isPasswordProtected defaultConsentOptions } } ``` ## Arguments This query does not accept any arguments. ## Return Type [StoreInfo](/reference/storefront/1.3.0/objects/store-info) - Basic information about the store including domain, logo, policies, and account settings. ## Example ```graphql { store { domain name logo favicon customerAccountsEnabled customerAccountsOptional customerAccountsRequireApproval catalogBrowsingRequiresAccount canSellOverStock isPasswordProtected defaultConsentOptions } } ``` ## Related Types - [StoreInfo](/reference/storefront/1.3.0/objects/store-info)