OBJECT
Policy that a merchant has configured for their store, such as their refund or privacy policy.
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! }