--- title: Faster bulk operations - 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/faster-bulk-operations md: https://shopify.dev/changelog/faster-bulk-operations.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 15, 2025 Tags: * Admin GraphQL API * 2026-01 # Faster bulk operations We've updated bulk operations in the GraphQL Admin API to process large datasets faster. **What's new:** Here's what we've done: * **Support for all mutations**: Previously bulk mutations only supported a limited set of actions. Now, you can execute any mutation using bulk operations across all API versions. * **Larger file uploads** : Upload files up to 100MB (up from 20MB), reducing the number of operations needed for large datasets. * **Five concurrent operations**: Each app can run up to five bulk operations per shop simultaneously. Split large imports and exports into parallel jobs and complete them faster without managing throttling or concurrency yourself. For setup guidance and examples, visit the [developer documentation](https://shopify.dev/docs/api/usage/bulk-operations/imports).