OBJECT

ShopPolicy

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

link GraphQL Schema definition

  • type ShopPolicy implements Node {
  • # Policy text, maximum size of 64kb.
  • body: String!
  • id: ID!
  • # Policy’s title.
  • title: String!
  • # Public URL to the policy.
  • url: URL!
  • }