How to automate to upload prod csv to shopify store

Hello Everyone,

I m new to shopify .I am scrapping some products from online retail store 2 times a day and inserting in a csv sheet.After that i need to upload csv in shopify.

My question is i want to automate the process for uploading csv in shopofy store .If there is new product then it will be inserted new or of there is already a product and price is changed i want to update in store.

Can you please guide me if there is any api which can upload the csv or do i have to write a custom python pr php script if yes can you please suggest some documentations or something.

Looking forward to hear from you.

Thanks,

Nitin

2 Likes

Yes we have an automation template for that kind of thing:

https://www.getmesa.com/apps/ftp/integrate/shopify/update-shopify-inventory-levels-from-a-csv-file-on-an-ftp-server

That one is based on SKUs / variants but should be able to customize it for your needs.

What is the unique identifier for the products?

Did you ever find an answer to this? And not the paid service spoken about below. I’m thinking some sort of a script using beautifulsoup or some sort of a screen scraping tool may work to do a form upload. But I was trying to find an easier answer (that’s also free).