WordPress plugin integrating a third-party inventory API with WooCommerce for real-time stock.
Year2023
RoleLead developer
TypeClient engagement
Status
Client work
Overview
About this project.
Client had inventory across three warehouses, an ERP that exposed a partial API, and WooCommerce orders going out faster than the manual sync could keep up. Stock-out events were costing real money.
The plugin polls the ERP every 90 seconds, diffs against WooCommerce, and writes deltas in a single transaction. Conflicts (order placed during sync window) are queued and resolved with a configurable policy.