--- title: onlineStore - GraphQL Admin description: The shop's online store channel. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/onlineStore' md: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/onlineStore.md' --- # online​Store query The shop's online store channel. ## Possible returns * Online​Store [Online​Store!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnlineStore) The shop's online store channel. * password​Protection [Online​Store​Password​Protection!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnlineStorePasswordProtection) non-null Storefront password information. *** ## Examples * ### onlineStore reference ## Query Reference ```graphql { onlineStore { # onlineStore fields } } ```