GitHub

ShopifyShopPolicy

interface

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

Policy that a merchant has configured for their store, such as their refund or privacy policy.

interface ShopifyShopPolicy {
  __typename: "ShopPolicy"
  body: string
  handle: string
  id: string
  title: string
  url: Scalars['URL']['output']
}

Properties

__typename
"ShopPolicy"
body
string

Policy text, maximum size of 64kb.

handle
string

Policy’s handle.

id
string

A globally-unique ID.

title
string

Policy’s title.

url
Scalars['URL']['output']

Public URL to the policy.