Skip to main content

Overview

The Kit Items importer adds part requests to existing kits, one CSV row per requested part, with the target kit identified by kit_id. A single file can target any number of kits. Rows upsert on the kit and the part together. A row whose kit already requests that part updates the request’s quantity, keeping any inventory already kitted against it; a row naming a pair the kit doesn’t hold creates the request. There is no column for an existing request’s own id.

Columns

The header set is closed. A column outside this list fails the import rather than being skipped. ION also accepts kit id, kit-id, part number, and part-number as header spellings.
A header-only file is rejected rather than completing as an import that changed nothing.
This importer does not support custom attributes.
For general import behavior, empty cell handling, and error reporting, see Importers. For working a kit’s requests in the UI instead, see Create and fulfill kits.