--- title: ShopPolicy - Storefront API description: Policy that a merchant has configured for their store, such as their refund or privacy policy. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/ShopPolicy md: https://shopify.dev/docs/api/storefront/latest/objects/ShopPolicy.md --- # Shop​Policy object Policy that a merchant has configured for their store, such as their refund or privacy policy. ## Fields * body [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null Policy text, maximum size of 64kb. * handle [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null Policy’s handle. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null A globally-unique ID. * title [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null Policy’s title. * url [URL!](https://shopify.dev/docs/api/storefront/latest/scalars/URL) non-null Public URL to the policy. *** ## Map ### Fields with this object * {}[Shop.privacyPolicy](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.privacyPolicy) * {}[Shop.refundPolicy](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.refundPolicy) * {}[Shop.shippingPolicy](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.shippingPolicy) * {}[Shop.termsOfService](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.termsOfService) ### Possible type in * [Menu​Item​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MenuItemResource) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) interface *** ## ||-ShopPolicy Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)