--- title: onlineStore - GraphQL Admin description: The shop's online store channel. api_version: 2025-01 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/queries/onlinestore md: https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/objects/OnlineStore) The shop's online store channel. * password​Protection [Online​Store​Password​Protection!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/OnlineStorePasswordProtection) non-null Storefront password information. *** ## Examples * ### onlineStore reference ## Query Reference ```graphql { onlineStore { # onlineStore fields } } ```