Quick Stock Bridge helps WooCommerce store operators prepare Amazon stock-update files from their existing WooCommerce inventory, safely and on their own terms.
It is intentionally a manual, dry-run tool. It does not connect to the Amazon SP-API, it does not send any data to Amazon, and it never writes to WooCommerce product data. You stay in full control: review the preview, download a CSV or JSON file, and upload it to Amazon yourself.
What it does
- Reads WooCommerce products and variations (simple and variable products).
- Lets you map each product/variation to an Amazon SKU and ASIN.
- Calculates the quantity to report to Amazon from your stock rules.
- Resolves the quantity from a configurable stock source: WooCommerce stock, or an external stock value you import, with an optional fallback.
- Previews every row with a clear OK / Warning / Error / Skipped status.
- Exports CSV or JSON with a stable column set (including external_stock_quantity and stock_source).
- Records an export log (summary plus a per-item snapshot).
New in 0.2.0
- External stock value (
external_stock_quantity): keep an Amazon-facing quantity per mapping, independent of WooCommerce stock. - Stock source (
stock_source): choose WooCommerce or external stock as the primary source, with an optional fallback to the other. - Mapping CSV export / import: download every product/variation merged with its mapping, edit it in a spreadsheet, and re-import it.
- Dry-run preview -> apply for imports: every import shows exactly what would change (create / update / unchanged / skip / warning / error) and writes nothing until you confirm.
- ASIN auto-fill: extract ASINs from a product/variation custom field (an Amazon product URL or a bare ASIN) and fill blank ASINs, again with a preview before anything is written. Existing ASINs are never overwritten.
Every write is opt-in and preview-gated, and the plugin still never contacts Amazon and never edits your WooCommerce products.
Stock calculation
For each mapping, the export quantity is resolved in this order:
- If sync is disabled for the item, it is excluded.
- The stock source is resolved (WooCommerce stock or the imported external value, per your settings, with optional fallback).
- If no stock source is available, the item is excluded or flagged with a warning (your choice).
- If the Amazon SKU is missing, the item is reported as an error.
- If a manual override is set, that value is used.
- Otherwise the quantity is the resolved source stock minus safety stock.
- A max-stock cap is applied if configured.
- Negative results are clamped to 0.
With the default settings (primary source = WooCommerce, no external stock imported) the calculation behaves exactly as in 0.1.x.
Not included in 0.2.0
- Sending data to the Amazon SP-API.
- Importing Amazon orders or FBA stock.
- Automatic / scheduled synchronization.
- Writing to WooCommerce product or stock data.
- Rakuten, Yahoo!, or Shopify integration.
This plugin is a generic WooCommerce tool. It is not tied to any specific store, product naming scheme, or SKU format.
