Tags:
- Admin GraphQL API
Bulk queries now execute up to 4X faster
Exporting large datasets from Shopify is now up to 4X faster, thanks to optimizations to bulk queries.
Bulk operations are the most efficient way to import and export data from Shopify stores. Compared to synchronous use of the Admin API, you can build functionality faster with bulk operations, process large datasets in less time, and spend less on infrastructure.
Other recent improvements to bulk operations include:
- New queries for managing bulk operations
- Support for all mutations and up to 5 concurrent bulk operations
- Support for bulk operations in Shopify CLI
You can run your own comparison of bulk queries and mutations against synchronous API calls with the bulk operations sample app, or read more about bulk queries and mutations.
Was this section helpful?