# ShopPolicy - customer - OBJECT Version: 2024-10 ## Description A policy that a merchant has configured for their store, such as their refund or privacy policy. ### Access Scopes ## Fields * [body](/docs/api/customer/2024-10/scalars/HTML): HTML! - The text of the policy. The maximum size is 512kb. * [handle](/docs/api/customer/2024-10/scalars/String): String! - The handle of the policy. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the policy. * [url](/docs/api/customer/2024-10/scalars/URL): URL! - The public URL to the policy. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples