# ShopPolicy - admin-graphql - OBJECT
Version: 2025-01

## Description
Policy that a merchant has configured for their store, such as their refund or privacy policy.

### Access Scopes
`read_legal_policies` access scope.


## Fields
* [body](/docs/api/admin-graphql/2025-01/scalars/HTML): HTML! - The text of the policy. The maximum size is 512kb.
* [createdAt](/docs/api/admin-graphql/2025-01/scalars/Date): Date! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the policy was created.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID.
* [title](/docs/api/admin-graphql/2025-01/scalars/String): String! - The translated title of the policy. For example, Refund Policy or Politique de remboursement.
* [translations](/docs/api/admin-graphql/2025-01/objects/Translation): Translation! - The published translations associated with the resource.
* [type](/docs/api/admin-graphql/2025-01/enums/ShopPolicyType): ShopPolicyType! - The shop policy type.
* [updatedAt](/docs/api/admin-graphql/2025-01/scalars/Date): Date! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the policy was last modified.
* [url](/docs/api/admin-graphql/2025-01/scalars/URL): URL! - The public URL of the policy.

## Connections



## Related queries

## Related mutations
* [shopPolicyUpdate](/docs/api/admin-graphql/2025-01/mutations/shopPolicyUpdate) Updates a shop policy.

## Related Unions

## Examples