Inventory items, when returned from the API have the following fields
Field Name | Type | Description | Example value |
---|---|---|---|
last_updated_at |
Unix Time |
Last time the record was updated | 1709055504 |
inventory_item_id |
string (UUID) |
Unique identifier for this inventory item. | "e79a0b74-3aba-4149-9f74-0bb5791a6ee6" |
event_id |
string (UUID) |
Unique identifier for the dashboard | "e79a0b74-3aba-4149-9f74-0bb5791a6ee6" |
name |
string |
Name of the inventory item | “Tequila 750 mL Bottle” |
description |
string |
Description of the inventory item | "Mohito" |
supplier |
string |
Supplier of the inventory item | “ABC Liquors” |
price |
int |
Price/cost of the inventory item in centavos / cents | 2000 |
sku |
int |
Stock SKU for the item | 15897 |
procurement_uom |
enum |
Unit of measure the inventory item is procured in. |
See table below for possible values. | pk
|
| serving_uom
| enum
| Unit of measure the inventory item is served in.
See table below for possible values. | oz
|
| procurement_to_serving
| int
| Conversion of procurement to serving units of measure.
Example, if hamburger patties come as packs of 50, but are served as individual patties, the conversion would be 50. | 50
|
| reorder_point
| int
| The amount, measured in procurement unit of measure, at which point the item is reordered. | 4
|
| reorder_amount
| int
| The amount, measured in procurement unit of measure, that is reordered. | 3
|
| last_updated_by_account_id
| string
(UUID) | Account id of the user who last updated this item | "1056396b-03b1-4da5-9ceb-b7004e976213"
|
The following values are supported for specifying procurement_uom:
Value for procurement_uom |
Comment |
---|---|
bag |
|
bkt |
basket |
bnd |
bundle |
bowl |
|
bx |
box |
crd |
card |
cm |
centimetres |
cs |
case |
ctn |
carton |
dz |
dozen |
ea |
each, used for individual items. For example, if vodka bottles are procured by the bottle, ea would apply |
ft |
feet |
gal |
gallon |
gross |
gross |
in |
inches |
kit |
Kit |
lot |
Lot |
m |
Meter |
mm |
Millimeter |
pc |
Piece |
pk |
Pack |
pk100 |
Pack 100 |
pk50 |
Pack 50 |
pr |
Pair |
rack |
Rack |
roll |
Roll |
set |
Set |
set3 |
Set of 3 |
set4 |
Set of 4 |
set5 |
Set of 5 |
sgl |
Single |
sht |
Sheet |
sqft |
Square ft |
tube |
Tube |
yard |
Yard |
The following values are supported for specifying serving_uom:
Value for serving_uom |
Comment |
---|---|
ea |
each, used for individual items. For example, if beer bottles are served by the bottle, ea would apply |
g |
gram |
mg |
milligram |
kg |
kilogram |
in |
inches |
yd |
Yard |
ft |
foot |
oz |
Ounce |
mm |
Millimeter |
m |
Meter |
cm |
Centimeter |
mL |
Milliliter |
cL |
Centiliter |
L |
Liter |
lb |
Pound |
gal |
Gallon |
tsp |
Teaspoon |
tbsp |
Tablespoon |
cup |
Cup |
pt |
Pint |