In the Shopify dashboard, there isn’t any display that shows you the total number of products you have in store, or the number of products in each collection.
Checking How Many Products in Total:
‘https://yourstorename.myshopify.com/admin/products/count.json’
‘https://yourstorename.myshopify.com/admin/products/count.json’
Checking how Many Products in a Collection:
‘https://yourstorename.myshopify.com/admin/collections/collection_id.json’
‘https://yourstorename.myshopify.com/admin/collections/collection_id.json’
Total Customer count:
‘https://yourstorename.myshopify.com/admin/customers/count.json’
‘https://yourstorename.myshopify.com/admin/customers/count.json’