--- title: Preloaded Cart and Checkout Validation configuration in Admin UI extensions - 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/preloaded-cart-and-checkout-validation-configuration-in-admin-ui-extensions md: https://shopify.dev/changelog/preloaded-cart-and-checkout-validation-configuration-in-admin-ui-extensions.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * Action Required * API # Preloaded Cart and Checkout Validation configuration in Admin UI extensions We've added preloading of the Validation record and its metafields so that you can access them without the need of a `fetch` call. The Validation API will be gated by a new `read_validations` access scope in the near future, so you need to migrate to this new format for your extension to continue to work or the `fetch` call will start failing. Learn more about Cart and Checkout Validation configuration on [Shopify.dev](https://shopify.dev/docs/apps/checkout/validation/create-complex-validation-rules/build-ui).