Import Containers from CSV

Upload a CSV file with container data

If checked, existing containers will be updated with data from the CSV. Otherwise, existing containers will be skipped.

Expected CSV Format:

identifier,description,container_type_identifier,parent_identifier,external_ids,in_transit BOX001,"Storage box",small_box,SHELF001,"EXT123|EXT456",false
  • identifier: Unique container identifier (required)
  • description: Container description (optional)
  • container_type_identifier: Must match existing type (required)
  • parent_identifier: Parent container's identifier (optional)
  • external_ids: Pipe-separated list of external IDs (optional)
  • in_transit: true/false (optional, defaults to false)