--- title: New access scopes added to the Validation GraphQL Admin API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-access-scopes-added-to-the-validation-graphql-admin-api md: https://shopify.dev/changelog/new-access-scopes-added-to-the-validation-graphql-admin-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * Admin GraphQL API * 2024-01 # New access scopes added to the Validation GraphQL Admin API As of today, the `read_validations` access scope will be required for the `validation` and `validations` queries. The `write_validations` access scope is required if you're using the `validationCreate`, `validationUpdate` or `validationDelete` mutations. If you're building an extension for Cart and Checkout Validation configuration check our updated tutorial on [Shopify.dev](https://shopify.dev/docs/apps/checkout/validation/create-complex-validation-rules/build-ui) to see how to update it so that you don't need the new access scope.