Skip to Content

policies

Get store policies including terms and conditions, privacy policy, shipping policy, and refund policy.

Authentication

Public Access: Accessible with the public API key

Query Structure

{ policies { termsAndConditions { # Policy fields } privacyPolicy { # Policy fields } shippingPolicy { # Policy fields } refundPolicy { # Policy fields } } }

Arguments

This query does not accept any arguments.

Return Type

Returns StorePolicies object containing the store’s policies including terms and conditions, privacy policy, shipping policy, and refund policy.

Example

query { policies { termsAndConditions { title body } privacyPolicy { title body } shippingPolicy { title body } refundPolicy { title body } } }