Covers all questions related to inventory management, order fulfillment, and shipping.
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
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
Amazing. It works perfectly! Thank you 🙂