Intermediate 1 min read
Get product count and variant count of store
Quick tip to get the total number of products in your Shopify store use this url: https://mystoreurl.myshopify.com/admin/products/count.json replacing "mystoreurl" with your own. The same thing can be done for variant...
By Joe Pichardo •
Quick tip to get the total number of products in your Shopify store use this url: https://mystoreurl.myshopify.com/admin/products/count.json replacing “mystoreurl” with your own.
The same thing can be done for variants: https://mystoreurl.myshopify.com/admin/variants/count.json replacing “mystoreurl” with your own.
The same can be done with pages, articles, collections, orders, customers, etc.
Discussion
Loading comments...