# ShopPolicyWithDefault - storefront - OBJECT Version: 2024-10 ## Description A policy for the store that comes with a default value, such as a subscription policy. If the merchant hasn't configured a policy for their store, then the policy will return the default value. Otherwise, the policy will return the merchant-configured value. ### Access Scopes ## Fields * [body](/docs/api/storefront/2024-10/scalars/String): String! - The text of the policy. Maximum size: 64KB. * [handle](/docs/api/storefront/2024-10/scalars/String): String! - The handle of the policy. * [id](/docs/api/storefront/2024-10/scalars/ID): ID - The unique ID of the policy. A default policy doesn't have an ID. * [title](/docs/api/storefront/2024-10/scalars/String): String! - The title of the policy. * [url](/docs/api/storefront/2024-10/scalars/URL): URL! - Public URL to the policy. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples