GitHub

ShopifyOnlineStorePublishable

interface

import { ShopifyOnlineStorePublishable } from '@daffodil/driver/shopify'

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

interface ShopifyOnlineStorePublishable {
  onlineStoreUrl: Maybe<Scalars['URL']['output']>
}

Properties

onlineStoreUrl
Maybe<Scalars['URL']['output']>

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.