Goflow Documentation Logo

Managing Product Units of Measure

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:

Managing Units of Measure on a Single Product

Create and update units of measure directly on the product page. Follow these steps:

  1. From the left sidebar, go to Catalog › Products, and open the product.
  2. Click the Units of Measure tab.
  3. Click the pencil icon to edit.
  4. To add a unit of measure, click the plus (+) icon.
  5. Enter the quantity, e.g 12.
  6. Enter a two-character abbreviation, e.g. DZ.
  7. Enter the description, e.g. Dozen.
  8. (Optional) Set unit of measure defaults.
  9. Click Save to apply your changes.
  10. (Optional) Assign product identifiers to units of measure

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.

Setting Unit of Measure Defaults

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:

Managing Units of Measure in Bulk

Use a CSV file to manage units of measure for multiple products at once. Follow these steps:

  1. From the left sidebar, go to Catalog › Products.
  2. At the top of the page, click ImportImport Units of Measure.
  3. Follow the general file uploads guidelines.
  4. Structure your file depending on whether you want to create, update or delete units of measure.

Creating New Units of Measure

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 NumberQuantityAbbreviationDescription
SKU-1234512DZDozen
SKU-1234524CSCase
SKU-678902PKPack

While uploading the file, ensure the option Keep as Is remains checked.

Updating Existing Units of Measure

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 NumberQuantityAbbreviationDescription
SKU-123452PK2-Pack

The sample file below updates the unit of measure defaults to CS for both Sales and Shipping:

Item NumberQuantityAbbreviationDefault
SKU-1234524CSSales | Shipping

The sample file below updates the shipping details for the CS measure:

Item NumberQuantityAbbreviationLengthWidthHeightPoundsOunces
SKU-1234524CS201612170

While uploading the file, ensure the option Keep as Is remains checked.

Deleting Units of Measure

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 NumberQuantityAbbreviationDescription
SKU-1234524CSCase

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 NumberQuantityAbbreviationDescription
SKU-123451EAEach

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.

Exporting Units of Measure

To export product units of measure, follow these steps:

  1. From the left sidebar, go to Catalog › Products.
  2. Filter or select the products you want to export.
  3. In the upper-right corner, click Export › Export Units of Measure.

The export file includes all product units of measure and their shipping details.