---
title: ShopPolicy - Customer API
description: >-
  A policy that a merchant has configured for their store, such as their refund
  or privacy policy.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/objects/ShopPolicy'
  md: 'https://shopify.dev/docs/api/customer/2025-07/objects/ShopPolicy.md'
---

# Shop​Policy

object

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

## Fields

* body

  [HTML!](https://shopify.dev/docs/api/customer/2025-07/scalars/HTML)

  non-null

  The text of the policy. The maximum size is 512kb.

* handle

  [String!](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  non-null

  The handle of the policy.

* id

  [ID!](https://shopify.dev/docs/api/customer/2025-07/scalars/ID)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  A globally-unique ID.

* title

  [String!](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  non-null

  The title of the policy.

* url

  [URL!](https://shopify.dev/docs/api/customer/2025-07/scalars/URL)

  non-null

  The public URL to the policy.

***

## Map

### Fields with this object

* [Shop.shopPolicies](https://shopify.dev/docs/api/customer/2025-07/objects/Shop#field-Shop.fields.shopPolicies)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)

  interface

***

## ShopPolicy Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)
