> ## Documentation Index
> Fetch the complete documentation index at: https://docs.algure.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Columns

> Feed column reference

`code` *(string, 1-80 characters)*\
Unique product identifier (SKU)

`description` *(string, 1-100 characters)*\
Short product description shown in Algure

`stock` *(decimal(19,6), greater or equal to 0)*\
Stock units for the product at the row scope

`warehouseCode` *(string, 1-250 characters)*\
Warehouse identifier. Must match an existing warehouse code in Algure

`locationCode` *(string, 1-250 characters)*\
Location identifier inside the warehouse

`locationPriority` *(number, optional)*\
Optional route order used to optimize counting paths. Recommended as a non-negative integer

`costPrice` *(decimal(20,6), greater or equal to 0)*\
Unit cost, without taxes and without currency symbol

`packagingUnit` *(decimal(19,6), greater than 0)*\
Packaging/base unit used for the product. Minimum value is `0.00001`

`lot` *(string, optional, 1-250 characters)*\
Lot/batch code when lot tracking is used

## Notes

* Only `locationPriority` and `lot` are optional
* Column names are case-sensitive
* Keep identifiers stable across uploads: `code`, `warehouseCode`, `locationCode`
