A Shopify app that demonstrates performance of Bulk Operations queries and mutations, side-by-side against synchronous API invocation.
Important
This app is intended for development stores. Running large mutation tests against a production store will create thousands of draft products.
-
Install the Shopify CLI.
-
Initialize an app, using this repo as a template:
shopify app init --template https://github.com/Shopify/bulk-operations-sample-app
-
Run the app:
shopify app dev
Press P to open the install URL, install on a development store, and the app's landing page will appear.
-
Pick Bulk Mutation Test or Bulk Query Test from the landing page, configure the run, and click Run Test.
Please post questions, bug reports, and feedback as a new topic in the Shopify Dev Community.