--- title: consentPolicyRegions - GraphQL Admin description: List of countries and regions for which consent policies can be created or updated. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/consentpolicyregions md: https://shopify.dev/docs/api/admin-graphql/latest/queries/consentpolicyregions.md --- # consent​Policy​Regions query List of countries and regions for which consent policies can be created or updated. ## Possible returns * Consent​Policy​Region [\[Consent​Policy​Region!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ConsentPolicyRegion) A country or region code. *** ## Examples * ### consentPolicyRegions reference ## Query Reference ```graphql { consentPolicyRegions { # consentPolicyRegions fields } } ```