Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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 423

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 

greenvalleycode
Explorer
47 0 7

Amazing. It works perfectly! Thank you 🙂