What sku data do I need?
The simplest way to provide sku data is to populate this Microsoft Access database. It already has all the data fields defined and some simple error-checking. Once you have populated this database, export the result to a tab-delimited text file. If you prefer to produce your data directly, you must produce a tab-delimited text file in which each row corresponds to a single, unique sku. Each row must contain the following entries with no null or blank entries. Optional columns may be omitted entirely. • Unique sku identifier such as name or stock number. Type: Text • Length of storage unit. Type: Number • Width of storage unit. Type: Number • Height of storage unit. Type: Number • Case pack (number of selling units within a storage unit). Type: Integer • Selling units (eaches) sold during time period. Type: Number • Picks (orders, requests) during time period. Type: Number This is the minimal required data. In addition to the required fields, the program currently recognizes the followi