Instead, you should be using the Shopify App CLI
Shopify Developer Tools is a macOS app that connects to your Shopify store(s) and allows you to make authenticated calls to the Admin API, generate dummy data, and view and customize Polaris components.
- Download the latest version of
shopify-developer-tools-desktop-X.X.X-mac.zip
- Unzip the app and move it to your
Applications
folder - Open it!
- Press
control
+option
+s
to make Developer Tools visible (or bring it to focus) above your active workspace. Close the window with the same keys, or by using the standard macOS shortcutcommand
+w
- When the app is in focus, press
command
+f
at any time to focus on the search input - Enter resource names, or app features to navigate to them:
generator
to navigate to the data generatorget products count
to use the Admin API playground to get a count of all products in a storeLayout
to view the PolarisLayout
componentprofiles
to manage stores connected to Developer Tools
Connect your Shopify store to Developer Tools to take advantage of the Admin API playground and data generator. You can login using your development store credentials, or with an access token.
- Generate and delete dummy data for your store
- Create products using presets or a random data generator
- Jobs run the background so you can continue using the app or close the window
- Press
command
+enter
to run a request without having to click on the form button - Access resources or endpoints directly via search (e.g
post order
orcount products
) - View and customize sample POST and PUT requests
- Copy responses from Shopify as prettified JSON
- View and customize Polaris components
- Use the pop-out builder to save layouts
Contact us if you have any issues using Developer Tools or want to share your ideas for feature requests.