Skip to content

Created for a client wishing to match product reviews on Etsy to their respective order numbers, allowing for easier migration to their newly created Shopify store.

Notifications You must be signed in to change notification settings

0xTDF/Etsy-Product-Review-Matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MIT License LinkedIn

Etsy-Product-Review-Matcher

Whilst attempting to import product reviews from Etsy to my client's newly created Shopify store, it quickly became apparent that there was no free or cheap way to do so. Shopify does however, allow you to import reviews from other sales channels through uploading a specificly formatted .csv file. Unfortunately, the specific format of said file does not match that of the data Etsy is able to export.

Implemented Solution

Etsy can export shop reviews paired with order numbers but does not include the name of the product being reviewed. Etsy can also, separately, export all orders, thus linking order numbers to product names. The software presented in this repository matches Etsy reviews to product names through order numbers using the standard .csv files outputted by Etsy. It then formats the data to conform with Shopify's review importer requirements making migrating ecommerce platforms far easier and quicker.

Development-Goals

🧰 Improve data structure handling using the Pandas library

🤖 Ease e-commerce store migration

Built With

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @TraderTDF

LinkedIn - https://www.linkedin.com/in/RAMWatson/

Project Link: https://github.com/Elisik/Etsy-Product-Review-Matcher

About

Created for a client wishing to match product reviews on Etsy to their respective order numbers, allowing for easier migration to their newly created Shopify store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages