Link Import (GraphQL)
Runs the post-process linking stage — resolves relationships between the imported records (e.g. linking variants to their configurable parent). Runs after the rows have finished processing (see start).
This example runs against an import whose processing has completed. Calling it on an import that has not finished processing returns an error.
Operation
| Operation | Type | Purpose |
|---|---|---|
linkAdminSettingsDataTransferImportLink | Mutation | Run the linking stage |
After linking
Run the index stage to finish the import.
Quirks
- The input takes the import's
importIdand anid(the link 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 processing.
Permission: settings.data_transfer.imports.edit. All operations require an admin Bearer token — see Authentication.

