I need a lightweight WordPress / WooCommerce plugin that pulls product data from my external API and keeps my store’s catalogue up-to-date every six hours via cron. During each cycle the plugin must fetch and overwrite or create: • full product information (name, long & short descriptions, images) • inventory levels and stock status • pricing information, with a setting that lets me add a fixed amount to—or subtract it from—the incoming API price before the product is saved/posted. On the product/item page I also want check-boxes so I can quickly decide which market prices to use, and adjust with a % amount to either increase or decrease price. Because my store relies heavily on variations, the importer must recognise and map custom variation fields delivered by the API and create them in WooCommerce if they do not already exist. Core expectations • Runs automatically every 6 h (WP-Cron is fine) and must be triggered automatically. • Uses WordPress coding standards, namespaced PHP, no framework bloat. • Clear field-mapping section in the admin. • Error logging with a simple log viewer in the plugin tab. • Clean install/uninstall routines that leave no orphaned data. Deliverables 1. Fully-packaged plugin as a .zip ready for upload. 2. Source in a private Git repo with at least one meaningful commit per milestone. 3. Brief README covering setup, API endpoint configuration and how to extend field mappings. I will supply the API documentation and test credentials as soon as the project starts. If anything above needs clarification, just ask—I'd like to get an initial version on a staging site within a week.