Bulk operations

Fetching large amounts of data can exhaust the Shopify API limit for your Mechanic account, slowing down other tasks, and running the risk of consuming too much time or memory for your Mechanic workers.

To solve this general problem, Shopify offers the bulk operations GraphQL API. This API allows you to submit a query to Shopify for processing, the results to be stored elsewhere to be retrieved once the query is complete.

For a review of how Mechanic uses bulk operations, start here: Reading data / Bulk operations.

Great resources for learning Shopify GraphQL bulk operations

Key concepts

Last updated