store
Get basic store information including domain, logo, favicon, and policies
Authentication
Public Access: Accessible with the public API key
Query Structure
{
store {
domain
logo
favicon
name
customerAccountsEnabled
customerAccountsOptional
customerAccountsRequireApproval
catalogBrowsingRequiresAccount
canSellOverStock
isPasswordProtected
defaultConsentOptions
}
}Arguments
This query accepts no arguments.
Return Type
StoreInfo - Basic information about the store including domain, logo, policies, and account settings.
Example
{
store {
domain
name
logo
favicon
customerAccountsEnabled
customerAccountsOptional
customerAccountsRequireApproval
catalogBrowsingRequiresAccount
canSellOverStock
isPasswordProtected
defaultConsentOptions
}
}