Project Description
I need an internal web tool that becomes the single point where I can edit a product’s price once and have that change pushed instantly to all of my storefronts. Today I run several WooCommerce shops plus a Magento installation, and updating each one separately is tedious and invites mistakes.
Here’s the flow I have in mind:
1. I open the dashboard, search or filter for an SKU, adjust its regular and/or sale price.
2. When I hit “save,” the app uses the native REST APIs to update the corresponding product in every connected WooCommerce and Magento store.
3. The interface confirms which shops were updated, showing any that failed so I can retry or investigate.
Key requirements
• Real-time two-way sync so the dashboard always reflects current live prices.
• A clean, fast product search (by SKU, title, or category).
• Basic reporting that lets me see which products changed, by whom, and when, for quick auditing.
Tech notes
I’m platform-agnostic on the stack as long as it’s secure and easily maintained. Leveraging WooCommerce REST API, Magento 2 REST API, PHP/Laravel or Node.js back-end with a lightweight Vue/React front-end would all work for me—feel free to propose what you’re most productive with. A Dockerized deployment is preferred so I can run the service on our internal server.
Deliverables
• Source code in a private repo
• Database schema and migration scripts
• Environment/installation guide
• Short walkthrough video showing a price change propagating to at least one WooCommerce store and the Magento store
If you’ve built similar multi-store admin tools or integrations, point me to them—seeing your past work will help me move quickly on awarding the project.