Appearance
Importing Items
To import items, you must provide a CSV file containing the required item information.
The available columns for this table are:
| Column | Description |
|---|---|
code | Required. Between 1 and 256 characters. |
name | Required. Between 1 and 50 characters. |
description | Optional. Maximum 256 characters. |
weight | Optional. Numeric value. |
weight_unit | Optional. See Weight Units. |
uom_quantity | Optional. Numeric value. |
uom_amount | Optional. Numeric value. |
uom_unit | Optional. See UOM Units. |
active | Optional. A valid boolean value. Defaults to true. |
Validation Rules
If either weight or weight_unit is provided, both fields are required:
weightweight_unit
If any of the three Unit of Measure (UOM) fields are provided, then all three must be provided:
uom_quantityuom_amountuom_unit
Weight Units
The following weight units are supported:
| Unit |
|---|
| mg |
| g |
| kg |
| oz |
| lbs |
UOM Units
The following units are supported for units of measure:
| Unit |
|---|
| mg |
| g |
| kg |
| oz |
| lbs |
| ml |
| l |
| pieces |
Example CSV
All Columns
csv
code,name,description,weight,weight_unit,uom_quantity,uom_amount,uom_unit,active
ITEM001,Whole Milk,Fresh whole milk,500,g,4,500,ml,trueRequired Columns Only
csv
code,name
ITEM001,Whole Milk