Hello. I am trying to display a list of products found in a collection. I am able to find the products when using the admin look up:
https://<my store>.myshopify.com/admin/products.json?product_type=<product type>
However, I receive a different result when I use the public facing look up:
https://<my store>.myshopify.com/products.json?product_type=<product type>
Thanks!!