Hello, I have a university graduation project. The idea is my own website that creates a store using AI technology. After completion of construction, products from Shopify sellers appear. My question is what is the custom API in Shopify that helps me with this idea. I have experience in creating a website and experience in AI only. I am stuck on the Shopify API and I do not know what is appropriate. Can you help me, my friends? sorrry for my bad english
Do you just want to synchronize the product? Do you need to synchronize the order back to Shopify
product api: products - GraphQL Admin
order api: draftOrderCreate - GraphQL Admin
Hey @Sam_Al - hopefully I’m understanding correctly, but are you looking at setting up a way to just display/show Shopify Products from different Shopify merchants?
If that’s what you’re looking to set up, @kyle_liu’s suggestion is definitely a good jumping off point if you wanted to just show the products on your shop by duplicating them (which is a valid method, provided you have permission to do that from the merchants), but you could also look into our Sales Channel API here.
This would effectively let you set up your own app that you can use to display products from a shop on an external website or mobile app. You could theoretically combine this with our Shopify Collective features which allow merchants to import/share items across shops if you wanted to look into that route too.
Generally, we do require sales channels to be approved by us before they are allowed to be published, but if you are building your app as a demo for a school project, you should be able to get this set up on a development shop (more info on this here).
Hope this helps!