Import wizard fixes
You can now run affiliate and sales imports without hitting errors in the wizard.
Migrating into a platform is the moment you can least afford flakiness — it's usually your first serious session with the product, and it involves your real historical data. A batch of issues was breaking imports partway through, which is the worst place for an import to break: half-loaded data you then have to untangle.
We fixed:
- Field mapping errors that mapped columns to the wrong destination, which could silently put values in the wrong fields.
- Merge conflict handling in the import processor when incoming records overlapped with existing ones.
- Wizard step navigation that got stuck or skipped steps, blocking runs from completing at all.
Imports now complete with your data mapped correctly. If a previous import failed midway, re-running it is safe — the processor's conflict handling now resolves overlaps with records that made it in during the earlier attempt.
This pairs with the promo-code column mapping and custom metadata support we shipped alongside it: the wizard now both completes reliably and carries more of your data through.