View Shopify JSON data without API keys or creating a private app

While logged into your Shopify store, you can access any GET route in Shopify's REST API and view json data. For example, /admin/api/2022-10/products.json is a GET request you can use, but just remove the /admin/api/2022-10 and add products.json to the end of your store url and you will see json data. 

https://store-name.myshopify.com/admin/products.json

Shopify JSON data from admin json url

You can do this to any GET request route and even use the fields parameter to only get the part of data you need. https://shopify.dev/api/admin-rest

Joe Pichardo | Shopify Developer

About Joe Pichardo

Joe Pichardo is a Shopify Developer creating themes and apps to help other programmers succeed on the ecommerce platform.

Having trouble? Ask for help.