Index Import (GraphQL)
Runs the indexing stage — the final step. It makes the imported records searchable and visible on the storefront. Runs after link.
This example runs against an import whose linking has completed. Calling it on an import that has not finished linking returns an error.
Operation
| Operation | Type | Purpose |
|---|---|---|
indexAdminSettingsDataTransferImportIndex | Mutation | Run the indexing stage (final step) |
Quirks
- The input takes the import's
importIdand anid(the index IRI) — API Platform requires theidfield on every non-create mutation. - Select
_idfor the numeric import id; the payloadidIRI does not resolve on mutation results.
Prerequisites
The example uses an illustrative import. Replace it with an import in your store that has finished linking.
Permission: settings.data_transfer.imports.edit. All operations require an admin Bearer token — see Authentication.

