Updated Version for Postman Collection of the Shopify Admin API and the Shopify Storefront API
Warning
Shopify is deprecating the REST Admin API as of October 1, 2024. You can still currently use their endpoints but you will need to eventually migrate to Graphql. Follow this migration guide.
- Shopify APIs Postman Collections (Updated 2024)
- How to use it in Postman?
- Where are my API Credentials?
- Recommended GraphQL client for first-time users.
- Collaboration
- Authors
GraphQL* | REST |
---|---|
Collection | Collection |
GraphQL* |
---|
Collection |
*GraphQL not recommend to use via Postman Web. I recommend this approach instead.
These Collections are using Collection Variables, make sure to fill all the variables that you will use before launching requests!
For using it in your own Workspace you have multiple options:
As linked above, you can use these Web View collections.
The variables that you define under the Current value
input are stored only in your account, so you can safely use it from there.
This will only work for the REST APIs for now, due to Postman only allowing GraphQL queries in the Desktop client.
The variables that you define under the Current value
input are stored only in your account, so you can safely use it from there.
Fork it directly from the Web View collections.
Go to any collection in Web View and click on fork. This should allow you to fork it directly into your Workspace.
This will only work for the REST APIs for now, due to Postman only allowing GraphQL queries in the Desktop client.
Import it directly from this github repository.
This will only work for importing the REST APIs for now, due to a Postman bug I haven't been able to export the GraphQL ones to add it here.
Go through the import process and it should automatically add it to your workspace.
This will only work for importing the REST APIs for now, due to a Postman bug I haven't been able to export the GraphQL ones to add it here.
The Postman Collection file is a JSON containing all information about each request.
Open Postman and import one of the files from this folder:
Shopify Admin - REST.postman_collection.json
In order to retrieve or create your private API Credentials, follow this link:
https://shopify.dev/docs/apps/auth/admin-app-access-tokens
If you're a first-time GraphQL user and just want to make mock requests to a store. I recommend you to start here. In short, install the GraphQL Shopify App in your store and do requests from there so you can learn the shape of the queries.
Alternatively, you can use Postman's GraphQL client in the Desktop version.
Feel free to contribute if you believe there is something missing.
Miguel Ángel (@muchisx)