> For the complete documentation index, see [llms.txt](https://guide.hardfin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hardfin.com/set-up-the-basics/items/parts.md).

# Units of measure

Bulk items are components tracked by quantity in inventory. They are one of three item types in the [items catalog](/set-up-the-basics/items.md). For full documentation on bulk items — including how to create, edit, and manage them, see the items catalog page.

{% hint style="info" %}
Bulk items were previously referred to as "parts" in earlier versions of Hardfin. All existing parts have been automatically migrated to bulk items in the unified items catalog.
{% endhint %}

## Units of measure

When creating or editing a bulk item, you can specify a unit of measure to indicate how the item is counted or measured. Hardfin supports 57 standardized units of measure based on UNECE Recommendation 20 codes. The following units of measure are available:

### Count / grouping

| Unit  | Abbreviation |
| ----- | ------------ |
| Each  | EA           |
| Piece | PC           |
| Pair  | PR           |
| Set   | SET          |
| Unit  | C62          |
| Dozen | DZN          |
| Gross | GRO          |
| Kit   | KT           |
| Lot   | LO           |

### Packaging / container

| Unit     | Abbreviation |
| -------- | ------------ |
| Bag      | BG           |
| Bottle   | BO           |
| Box      | BX           |
| Carton   | CT           |
| Case     | CS           |
| Crate    | CR           |
| Drum     | DR           |
| Envelope | EN           |
| Keg      | KE           |
| Pack     | PK           |
| Pallet   | PX           |
| Reel     | RL           |
| Roll     | RO           |
| Sheet    | ST           |
| Skid     | SV           |
| Tube     | TU           |

### Length

| Unit       | Abbreviation |
| ---------- | ------------ |
| Millimeter | MMT          |
| Centimeter | CMT          |
| Meter      | MTR          |
| Kilometer  | KMT          |
| Inch       | INH          |
| Foot       | FOT          |
| Yard       | YRD          |
| Mile       | SMI          |

### Weight / mass

| Unit           | Abbreviation |
| -------------- | ------------ |
| Milligram      | MGM          |
| Gram           | GRM          |
| Kilogram       | KGM          |
| Ounce          | ONZ          |
| Pound          | LBR          |
| Tonne (metric) | TNE          |
| Ton (US)       | STN          |

### Volume

| Unit            | Abbreviation |
| --------------- | ------------ |
| Milliliter      | MLT          |
| Liter           | LTR          |
| Fluid ounce     | OZA          |
| Pint            | PTI          |
| Quart           | QTI          |
| Gallon          | GLL          |
| Cubic inch      | INQ          |
| Cubic decimeter | DMQ          |
| Cubic meter     | MTQ          |
| Cubic foot      | FTQ          |
| Cubic yard      | YDQ          |

### Area

| Unit              | Abbreviation |
| ----------------- | ------------ |
| Square millimeter | MMK          |
| Square centimeter | CMK          |
| Square inch       | INK          |
| Square meter      | MTK          |
| Square foot       | FTK          |
| Square yard       | YDK          |

{% hint style="info" %}
Hardfin accepts common aliases and abbreviations when entering units of measure. For example, "kg" or "kilogram" will be recognized as KGM (kilogram), and "lb" or "pound" will be recognized as LBR (pound).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.hardfin.com/set-up-the-basics/items/parts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
