> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/items-and-inventory/item_weights_and_measures.md).

# Item Weights and Measures

Set weights and measures used for duty, freight, and additional charge allocation.

Bevica can hold item related weights and measures, and any format (Units of Measure) it is sold, purchased, and stocked in.

{% hint style="warning" %}
**Prerequisites**

Items created.

Measures can be entered in a number of places.
{% endhint %}

{% hint style="danger" %}
We recommended that you use the same measure across Bevica, i.e. mm, cm, m / gr, kg.
{% endhint %}

### Item Card

* **Net Weight**. The weight of the content of one base unit. i.e. liquid in a bottle
* **Gross Weight**. The weight of one base unit. This includes the content and packaging, i.e. liquid + bottle, closure, etc.

Both values are copied to sales, purchase, transfer, and manifest documents to calculate total weights on each document.

### Item Unit of Measure

Each unit of measure has the following fields:

* **Height**. The height of one unit
* **Width**. The width of the unit
* **Length**. The length of the unit
* **Cubage**. The cubage of the unit. This is calculated automatically (height x width x length)
* **Weight**. The weight of the unit

These values are used/calculated on warehouse documents including Warehouse Put-Aways, Shipment, and Receipts.

* **Packaging Weight**. The weight of the packaging

This is used in Deposit Return Scheme reporting.

### Unit of Measure

The Unit of Measure table holds defaults that are automatically copied to Item Unit of Measure records as they are applied to items. See [Item Units of Measure](/documentation/guides/items-and-inventory/item_units_of_measure.md) for more details.


---

# 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://kb.bevica.com/documentation/guides/items-and-inventory/item_weights_and_measures.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.
