--- title: Improved concurrency handling in the Cart AJAX API and Storefront Cart GraphQL 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/improved-concurrency-handling-in-the-cart-ajax-api-and-storefront-cart-graphql-api md: https://shopify.dev/changelog/improved-concurrency-handling-in-the-cart-ajax-api-and-storefront-cart-graphql-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 21, 2025 Tags: * Storefront GraphQL API # Improved concurrency handling in the Cart AJAX API and Storefront Cart GraphQL API As of October 10, 2025, the Cart AJAX API and Storefront Cart GQL API now processes simultaneous requests. For example, when sending two cart `add` requests at the same time, the Cart AJAX API executes both requests. Previously, the Cart AJAX and GraphQL APIs were inconsistent in handling concurrent requests. This sometimes resulted in requests being dropped. This is considered a bug fix for both APIs, but may require updates if the theme or storefront is unintentionally sending duplicate requests. **Note**: If too many simultaneous requests are receieved, the Cart AJAX API will instead return an HTTP 409 response, while the Storefront Cart GraphQL API will return an error with code "CONFLICT" and message "Could not complete cart operation. The cart conflicted with another request".