Hello,
During my tests I have found several URLs that provide public data about my shop to whoever is interested. These include :
http://shopname.myshopify.com/products.json
http://shopname.myshopify.com/products/HANDLE.json
http://shopname.myshopify.com/cart.json
They are very helpful as they help me build widgets on another website (via jQuery on a Wordpress) to know :
- if a user has filled a cart in my shop
- information about my catalog and/or a specific product
My problem is I can't find any doc about these services but there surely is one somewhere out there, right ? Any one knows where ?
And if not, would anyone know if I can get a URL to know if the internaut is connected ?
=> Internaut is on my WP site, and using a JS there I can show him if he is logged in my shopify shop.
Thanks for your answers :)