# ConsentPolicy - admin - OBJECT Version: unstable ## Description A consent policy describes the level of consent that the merchant requires from the user before actually collecting and processing the data. ### Access Scopes ## Fields * [consentRequired](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether consent is required for the region. * [countryCode](/docs/api/admin/unstable/enums/PrivacyCountryCode): PrivacyCountryCode - The `ISO 3166` country code for which the policy applies. * [dataSaleOptOutRequired](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether data sale opt-out is required for the region. * [id](/docs/api/admin/unstable/scalars/ID): ID! - The global ID of the consent policy. IDs prefixed with `SD-` are system default policies. * [regionCode](/docs/api/admin/unstable/scalars/String): String - The `ISO 3166` region code for which the policy applies. * [shopId](/docs/api/admin/unstable/scalars/ID): ID! - The global ID of the shop that owns the policy. ## Connections ## Related queries * [consentPolicy](/docs/api/admin/unstable/queries/consentPolicy) Returns the customer privacy consent policies of a shop. ## Related mutations * [consentPolicyUpdate](/docs/api/admin/unstable/mutations/consentPolicyUpdate) Update or create consent policies in bulk. ## Related Unions ## Examples