FacetFlux

imports.smartImports.execute

Finalize a SmartImport: create the PIM schema, traits, attribute definitions, products, variants, and attribute values. Synchronous — may take seconds for large imports. The SmartImport must be in Reviewed state. Transitions to Complete (or Failed on error). Response: { smartImport: {...} } with createdSchemaId, importedProductCount, importedVariantCount populated. Errors: { error: { code: 'not_found' | 'unprocessable', ... } }.

Remote revuo:facetflux

Other tools also called imports.smartImports.execute? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "smartImportId": {
      "description": "SmartImport id.",
      "type": "string"
    }
  },
  "required": [
    "smartImportId"
  ]
}