Index Import
| Endpoint | Method |
|---|---|
/api/admin/settings/data-transfer/imports/{id}/index | POST |
Runs the indexing stage of the import. This is the final stage, following the linking stage (see Link), and makes the imported records searchable and visible on the storefront. The {id} is the import id.
json
{ "stats": { "processed": 12, "total": 12, "invalid": 0 }, "import": { /* ... */ } }The stats values above are illustrative.
Permission: settings.data_transfer.imports.edit.

