stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopPolicy

AdminTypes.ShopPolicy interface

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

Signature:

export interface ShopPolicy extends HasPublishedTranslations, Node 

Extends: HasPublishedTranslations, Node

Properties

Property Modifiers Type Description
body   Scalars[‘HTML’][‘output’] The text of the policy. The maximum size is 512kb.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
translations   Array<Translation> The translations associated with the resource.
type   ShopPolicyType | `${ShopPolicyType}` The shop policy type.
url   Scalars[‘URL’][‘output’] The public URL of the policy.