---
title: OnlineStorePublishable - Storefront API
description: Represents a resource that can be published to the Online Store sales channel.
api_version: 2025-07
api_name: storefront
type: interface
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/2025-07/interfaces/OnlineStorePublishable
  md: >-
    https://shopify.dev/docs/api/storefront/2025-07/interfaces/OnlineStorePublishable.md
---

# Online​Store​Publishable

interface

Represents a resource that can be published to the Online Store sales channel.

## Fields

* online​Store​Url

  [URL](https://shopify.dev/docs/api/storefront/2025-07/scalars/URL)

  The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.

***

##### Variables

```json
{
	"onlineStoreUrl": ""
}
```

##### Schema

```graphql
interface OnlineStorePublishable {
  onlineStoreUrl: URL
}
```
