Count how many products and Customers are on the Shopify store

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’

how many product are in shopify store

Checking how Many Products in a Collection:
‘https://yourstorename.myshopify.com/admin/collections/collection_id.json’

collection inner product count

Total Customer count:
‘https://yourstorename.myshopify.com/admin/customers/count.json’

customer count in Shopify store