The import-export module accepts CSV and JSON for bulk import of catalog and customer data, and exports the same in either format. Useful for migrations, supplier feed ingestion, and ad-hoc data work. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/import-export · npm: @86d-app/import-export
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
POST | /admin/import | Import (specify entity type) |
GET | /admin/export?type= | Export |
GET | /admin/import/:id/status | Job status for a long-running import |

