My usecase is simple: I want to fetch products that are listed in other peoples stores.
I got the following API working, it returns a list of products that I have added to my own store:
https://{{my_store_name}}.myshopify.com/admin/api/2024-01/products.json
I have contacted a bunch of store owners and they’re said they’re ok with me wanting to fetch their product details via an API. I want something like:
[https://{{xyz_person's_store_name}}.myshopify.com/admin/api/2024-01/products.json](https://{{xyz_person’s_store_name}}.myshopify.com/admin/api/2024-01/products.json`)
Can somebody please tell me if this is possible? I am open to any kind of approach.
Thank you.