--- title: onlineStore - GraphQL Admin description: The shop's online store channel. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/queries/onlineStore' md: 'https://shopify.dev/docs/api/admin-graphql/latest/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/latest/objects/OnlineStore) The shop's online store channel. *** ## Examples * ### onlineStore reference ## Query Reference ```graphql { onlineStore { # onlineStore fields } } ```