# ShopPolicy - storefront - OBJECT Version: 2024-10 ## Description Policy that a merchant has configured for their store, such as their refund or privacy policy. ### Access Scopes ## Fields * [body](/docs/api/storefront/2024-10/scalars/String): String! - Policy text, maximum size of 64kb. * [handle](/docs/api/storefront/2024-10/scalars/String): String! - Policy’s handle. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [title](/docs/api/storefront/2024-10/scalars/String): String! - Policy’s title. * [url](/docs/api/storefront/2024-10/scalars/URL): URL! - Public URL to the policy. ## Connections ## Related queries ## Related mutations ## Related Unions * [MenuItemResource](/docs/api/storefront/2024-10/unions/MenuItemResource) The list of possible resources a `MenuItem` can reference. ## Examples