# 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 accepts no arguments. ## Return Type [StoreInfo](/reference/storefront/v1/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/v1/objects/store-info)