What if I have WooCommerce tax classes configured?
Then WC reports the tax correctly per line, and the plugin honours those values instead of back-calculating. The reconciliation only kicks in for lines where WC reports zero tax — typically because the centre didn't configure WC tax classes (which is the common case).
How does the plugin know which SAM products are GST-exempt?
On product sync from SAM, the plugin stores a sam_gst_amount post meta value for each product. SAM's API tells us this per product. If GST=0 on the SAM record, that meta is set to 0 and the line is treated as exempt on every subsequent order push.
Can I see what was sent for an order?
Yes. The plugin logs the full SAM payload for every order push with line-level detail (SaleAmount, ExGST, CategoryId per item). Visible in Tools → Sync logs in the admin. Supports diagnostics in a single click.
What about overseas customers who aren't liable for AU GST?
Australian art centres typically use WC tax exemption rules per shipping zone for international orders. Those zero out the tax, and the plugin's reconciliation treats them as already-correct (it only back-calculates for AU buyers where GST should have been collected).
Is freight tax really a problem with other plugins?
Yes — it's where most generic connectors leak money. SAM expects freight as a separate accounting line; off-the-shelf plugins fold it into the product totals and SAM either misses it or double-counts it. The Hermannsburg mismatch we found in late 2025 was exactly this — $17 per order silently disappearing from freight reconciliation. Defyn SAM fixes it at the source.