Quantcast
Channel: Opinion: Shopify Community - Shopify APIs & SDKs
Viewing all articles
Browse latest Browse all 25503

AJAX to get JSON of All Products from Any Page ? by Sprouter

$
0
0

Hi,

I've created a new page on Shopify using a custom template that is basically empy :

I now need to make an AJAX call from that page and retrieve a JSON of all the products. Something like :

 

jQuery.ajax({

   url: "http://xxxx.myshopify.com/....../get_all_products"

   success: function (response)
   {
      window.ALLPRODUCTS = response;
   }

});

How do I do that ?


Viewing all articles
Browse latest Browse all 25503

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>