bagisto-data-transfer
Installation
SKILL.md
Data Transfer
packages/Webkul/DataTransfer moves bulk records into Bagisto from a file. The
package ships three importers — products, customers and tax rates —
and a queued pipeline that validates, imports, links and indexes in batches.
Import only. There is no exporter here; a DataGrid's own export handles
outbound data — see the bagisto-datagrid-development skill.
Reference files
| File | Load when |
|---|---|
| importers.md | Writing or changing an Importer — the contract, validation, batches |
| pipeline.md | The state machine, queued jobs, and debugging a stuck import |