DEV Community

Oddshop
Oddshop

Posted on • Originally published at oddshop.work

Ecommerce Feedback Automation Tool

We just released Ecommerce Feedback Automation Tool — automatically generate and post seller feedback from order data files.

What it does

This tool reads exported order data (CSV/JSON) and automatically posts positive feedback for buyers. It's for eBay sellers who want to save time on manual feedback. Works with eBay's API using a simple token.

Features

  • Parse order data from CSV, JSON, or Excel files
  • Filter orders by date, status, or buyer criteria
  • Generate customizable feedback text with templates
  • Submit feedback in bulk via eBay's Trading API
  • Log results and errors to a local file for review

Usage

feedback_tool --file orders.csv --template "Great buyer, thanks!" --api-key YOUR_EBAY_TOKEN
Enter fullscreen mode Exit fullscreen mode

Requirements

Python 3.8+. Install dependencies:

pip install -r requirements.txt
Enter fullscreen mode Exit fullscreen mode

Get it

Download Ecommerce Feedback Automation Tool for $29 →

Buy once, use anywhere. ZIP includes the full script, README, and usage examples.


Originally published at oddshop.work
Built by OddShop — Python automation tools, one new release every week.

Top comments (0)