Ecommerce Product Scraper & Migrator

Ecommerce Product Scraper & Migrator

A Python CLI tool that reads product data from exported CSV or JSON files (e.g., from WooCommerce) and transforms it for migration to other platforms. Ideal for developers handling complex product catalogs with variants, images, and custom fields. Features Parse WooCommerce product exports (CSV/JSON) with support for variable products, attributes, and images Map and transform fields to target platform schema via configurable mapping file Generate output CSV/JSON ready for import into Shopify, BigCommerce, or custom systems Handle bulk operations with progress bars and error logging for large datasets Validate data integrity and report missing or malformed fields before migration Usage python wc_migrate....

<span title='2026-06-03 00:00:00 +0000 UTC'>June 3, 2026</span>&nbsp;·&nbsp;OddShop
Bulk Product Import Tool

Bulk Product Import Tool

This Python CLI tool processes a CSV file of product data and generates a Shopify-compatible bulk import file. It’s designed for store owners and developers who need to upload large catalogs quickly without manual entry. Works with Shopify, WooCommerce, and BigCommerce via CSV export/import. Features CSV input with automatic column mapping — map your headers to Shopify fields (title, price, SKU, etc.) Bulk variant generation — create up to 100 variants per product from CSV rows Image URL batch processing — download and rehost images, or embed URLs for Shopify import Validation and error reporting — check for missing required fields, duplicate SKUs, and invalid prices before import Output as Shopify-compatible CSV or JSONL — ready for direct upload via Shopify admin or API Usage python bulk_import....

<span title='2026-05-26 00:00:00 +0000 UTC'>May 26, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Product Data Processor

Marketplace Product Data Processor

Processes exported Ebay product data from CSV files to generate organized inventory reports and pricing analysis. Works with Ebay’s export formats to clean and structure your marketplace data for better business insights. Features Parse Ebay CSV export format with multiple column mappings Calculate profit margins and fee breakdowns per item Group products by category, condition, or price range Generate summary reports with sales velocity metrics Export cleaned data to standardized CSV format Usage python ebay_processor....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Product Customizer SVG Exporter

Product Customizer SVG Exporter

A Python library for programmatically creating product mockups and custom designs. It’s for developers building print-on-demand, merch, or labeling apps. Exports production-ready, clean SVG files with properly grouped elements. Features Programmatically place and transform text on SVG templates Precisely position and scale raster images (PNG, JPG) within SVG Export clean, minified SVG code with no editor metadata Layer management for reordering design elements Batch processing to generate multiple design variants Usage from product_customizer import Customizer c = Customizer('template....

<span title='2026-03-13 00:00:00 +0000 UTC'>March 13, 2026</span>&nbsp;·&nbsp;OddShop