--- title: ShopPolicy - Customer API description: A policy that a merchant has configured for their store, such as their refund or privacy policy. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/shoppolicy md: https://shopify.dev/docs/api/customer/latest/objects/shoppolicy.md --- # Shop​Policy object A policy that a merchant has configured for their store, such as their refund or privacy policy. ## Fields * body [HTML!](https://shopify.dev/docs/api/customer/latest/scalars/HTML) non-null The text of the policy. The maximum size is 512kb. * handle [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The handle of the policy. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the policy. * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The public URL to the policy. *** ## Map ### Fields with this object * {}[Shop.shopPolicies](https://shopify.dev/docs/api/customer/latest/objects/Shop#field-shopPolicies) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-ShopPolicy Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)