ConsentPolicy - admin-graphql - 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:
Boolean -
Whether consent is required for the region.
-
countryCode:
PrivacyCountryCode -
The `ISO 3166` country code for which the policy applies.
-
dataSaleOptOutRequired:
Boolean -
Whether data sale opt-out is required for the region.
-
id:
ID! -
The global ID of the consent policy. IDs prefixed with `SD-` are system default policies.
-
regionCode:
PrivacyRegionCode -
The `ISO 3166` region code for which the policy applies.
-
shopId:
ID! -
The global ID of the shop that owns the policy.
Connections
Related queries
-
consentPolicy
Returns the customer privacy consent policies of a shop.
Related mutations
Related Unions
Examples