Skip to main content

PackNet Online Documentation

PackNet DIM Import User Interface

DIM_import_UI.JPG

The PackNet DIM Import UI allows users to perform other tasks while JSON or CSV files are being imported.

The Import screen displays four columns:

Import Products via DIM UI
  1. Go to Import within PackNet DIM.

    dim-import-tab.png
  2. Select New Import.

    dim-import-new-import.png
  3. Drag and drop a JSON or CSV file or use Select File to go to the desired JSON or CSV file.

    dim-new-import.png

    Below is an example of a JSON file.

    [
      {
        "identifiers": {
          "SKU": "99990000"
        },
        "Description": "Regulation Softball",
        "dimensions": {
          "length": 5,
          "width": 5,
          "height": 5
        }
      },
      {
        "identifiers": {
          "SKU": "99990001"
        },
        "Description": "Baseball bat",
        "dimensions": {
          "length": 33,
          "width": 3,
          "height": 3
        }
      }
    ]
  4. Once the file is selected, select Import.