Units of measure are defined quantity configurations by which a product can be purchased, sold, or packaged. Examples include a single item (each), a two-pack, a dozen, or a case of 24.
Units of measure let you:
Create and update units of measure directly on the product page. Follow these steps:
You can edit existing units of measure the same way. To delete a unit of measure, click the bin icon, and Save.
All products include a built-in unit of measure for the single item (each). This unit of measure cannot be modified or removed.
When adding line items to orders or purchase orders, you can choose any unit of measure set up on the product, but the default unit of measure is populated automatically. You can set distinct defaults for different contexts:
If no other unit of measure is specified, transactions will default to each.
The Purchasing default is used to suggest the quantity to purchase in Inventory Forecasting.
The Sales default determines the unit of measure used for manually entered line items. Imported channel orders use the unit of measure of the listing mapping.
The Shipping default is used to:
Use a CSV file to manage units of measure for multiple products at once. Follow these steps:
To create new units of measure, include the following columns in your CSV file:
To add multiple units of measure for the same product, create a separate row for each one. The sample file below creates two units of measure for item number SKU-12345, and one unit of measure for item number SKU-67890.
| Item Number | Quantity | Abbreviation | Description |
|---|---|---|---|
| SKU-12345 | 12 | DZ | Dozen |
| SKU-12345 | 24 | CS | Case |
| SKU-67890 | 2 | PK | Pack |
While uploading the file, ensure the option Keep as Is remains checked.
Include the following columns to identify the unit of measure being updated:
Then include any of the following columns to update:
The sample file below updates the unit of measure description to 2-Pack:
| Item Number | Quantity | Abbreviation | Description |
|---|---|---|---|
| SKU-12345 | 2 | PK | 2-Pack |
The sample file below updates the unit of measure defaults to CS for both Sales and Shipping:
| Item Number | Quantity | Abbreviation | Default |
|---|---|---|---|
| SKU-12345 | 24 | CS | Sales | Shipping |
The sample file below updates the shipping details for the CS measure:
| Item Number | Quantity | Abbreviation | Length | Width | Height | Pounds | Ounces |
|---|---|---|---|---|---|---|---|
| SKU-12345 | 24 | CS | 20 | 16 | 12 | 17 | 0 |
While uploading the file, ensure the option Keep as Is remains checked.
To remove units of measure from a product, upload a CSV file containing only the units of measure you do want to keep, and select the option to delete units of measure not included in the file.
The sample file below will delete the measures DZ and PK, and leave only the CS measure:
| Item Number | Quantity | Abbreviation | Description |
|---|---|---|---|
| SKU-12345 | 24 | CS | Case |
To delete all units of measure for a product, upload a file containing only the each measure. This will remove all user-defined units of measure.
The sample file below will delete all units of measure from SKU-12345:
| Item Number | Quantity | Abbreviation | Description |
|---|---|---|---|
| SKU-12345 | 1 | EA | Each |
Deleting units of measure may result in permanent data loss. This action cannot be undone. It is strongly recommended that you export your units of measure first to create a backup before proceeding with deletions.
To export product units of measure, follow these steps:
The export file includes all product units of measure and their shipping details.