--- title: OnlineStorePreviewable - GraphQL Admin description: Online Store preview URL of the object. api_version: 2026-04 api_name: admin type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/OnlineStorePreviewable md: >- https://shopify.dev/docs/api/admin-graphql/latest/interfaces/OnlineStorePreviewable.md --- # Online​Store​Previewable interface Online Store preview URL of the object. ## Fields * online​Store​Preview​Url [URL](https://shopify.dev/docs/api/admin-graphql/latest/scalars/URL) The [preview URL](https://help.shopify.com/manual/online-store/setting-up#preview-your-store) for the online store. *** ##### Variables ```json { "onlineStorePreviewUrl": "" } ``` ##### Schema ```graphql interface OnlineStorePreviewable { onlineStorePreviewUrl: URL } ```