简体   繁体   中英

How can I get all the data of a Shopify store product for my app?

For example, I want to do an application to get from this URL all the data(title, images, variants, etc...): https://www.tluxe.com/products/slouch-pant-black And after that I want to add this product to my store. How could I do it?

Try this thing:

https://www.tluxe.com/products/slouch-pant-black.json

You will get everything you want. :) Append the URL with .json

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM