Anchor to privacyFeaturesDisableprivacy
privacyFeaturesDisable
mutation
Requires access scope.
Disable a shop's privacy features.
Anchor to Arguments
Arguments
- Anchor to featuresToDisablefeatures•
To Disable [PrivacyFeatures requiredEnum!]! The list of privacy features to disable.
Was this section helpful?
Anchor to PrivacyFeaturesDisablePayload returnsPrivacyFeaturesDisablePayload returns
- Anchor to featuresDisabledfeatures•
Disabled The privacy features that were disabled.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation privacyFeaturesDisable($featuresToDisable: [PrivacyFeaturesEnum!]!) {
privacyFeaturesDisable(featuresToDisable: $featuresToDisable) {
featuresDisabled {
# PrivacyFeaturesEnum fields
}
userErrors {
field
message
}
}
}
Input
{
"featuresToDisable": [
"COOKIE_BANNER"
]
}
{
"featuresToDisable": [
"COOKIE_BANNER"
]
}