Re: Pages count and product count on shopify

Pages count and product count on shopify

Ethimaart
Visitor
2 0 0

hello, I want to ask is there any way to find out total pages I have on my shopify website and also total number of products as well? 

Many Thanks

Replies 2 (2)

SBD_
Shopify Staff
1831 273 419

Hey @Ethimaart 

 

The REST API can help you with this (products, pages). If you're not looking to build an app you can hit these endpoints in the browser like this:

https://admin.shopify.com/store/<shop-name>/products/count.json

https://admin.shopify.com/store/<shop-name>/pages/count.json

 

 

 

Scott | Developer Advocate @ Shopify 

greenvalleycbd
Excursionist
41 0 7

Amazing. It works perfectly! Thank you 🙂