...
The smallest set of information you need to import products onto the system is the description. Everything else can be defaulted or automatically generated for the part number. In this case, all you need is a csv file displaying two columns: a section header, and the description column.
Although possible, this will however limit your ability to edit in bulk, as the system will require a stronger identification of the product when updating the records. Which information can either be the part number (code), or the EDI identifier.
Code Block | ||
---|---|---|
| ||
part,description |
...