Mapping Stock Feeds to Shopify CSV
Hi everyone
I have a client who's supplier has a large spreadsheet of stock. Nearly 15000. He wants to have all the products on his shopify store.
I've written a python script that should take the stock list and map it to a sample csv I exported from his store and it seems to work ok-ish.
I then have a github action that pulls the supplier's daily stock feed and updates the stock levels on the shopify store.
Checking the logs, it looks a bit flaky.
My problem is, I keep feeling as though I might be over engineering the solution. Surely not every shopify store owner who has a supplier with stocklists and daily inventory feeds has to setup something like what I've done.
What do you guys do in situations like this? Is there an easier solution to mapping the stock items, importing them and keeping the inventory levels up to date?