How Can I Add Product To Shopify Store From Another Website?

Hi friends.
I want to add products to my Shopify store from another website using API.
I did not find the request URL for doing it.
Please help me make it
Thanks

1 Like

Hi Giftshop-Digita!

This is PageFly - Advanced Page Builder. I would love to give you some recommendation. Regard your concern about add product to shopify from other store.

After you fetch the product data from the original store, you can use the REST Admin API or the GraphQL API to POST that data to your Shopify store.

U can use this link;
Shopify Docs: https://shopify.dev/docs

I hope my recommendation will be beneficial for you,

Best regards,
PageFly

Hi @Giftshop-Digita ,
Since you have products feed in CSV format, you could use it to import your products using shopify app Feeds Bridge it allows you to define file map and all the products would be pushed to your shopify store. You don’t need to adapt it to shopify format.