The inventory adjustments report, when returned from the API contains a list of records each containing the following fields:
Field Name | Type | Description | Example Value |
---|---|---|---|
server_timestamp |
Number |
The timestamp from the server | 1712197791 |
adjust_type |
String |
The type of adjustment | "adjust-inc" |
adjust_id |
String |
The ID for the adjustment | "ef5ca72c-c958-4b4c-b0d0-5f4c83c8edd0" |
inventory_store_id |
String |
The ID for the inventory store | "36ecaa60-b4a0-11ee-813b-9708b03a49a7" |
inventory_store_name |
String |
The name of the inventory store | "Back Freezer" |
inventory_item_id |
String |
The ID for the inventory item | "22a99750-f21e-11ee-b0ef-7f24c21fe029" |
inventory_item_name |
String |
The name of the inventory item | "6oz Patty" |
amount |
Number |
The amount of item | 1 |
procurement_uom |
String |
The unit of measure for procurement | "ea" |
serving_uom |
String |
The unit of measure for serving | "oz" |
procurement_to_serving |
Number |
The conversion rate from procurement to serving | 1 |
account_id |
String |
The ID for the account | "e88e73da-b49f-11ee-82ed-8ba69062eb7f" |
reason |
String |
The reason for the adjustment | "recount" |
adjust_type
The following values may be returned for the field adjust_type
:
adjust_type |
Description |
---|---|
adjust_dec |
Adjustment Decrease |
adjust_inc |
Adjustment Increase |
reason
The following values may be returned for the field reason
:
reason |
Comment |
---|---|
correction |
Correction to the inventory count |
recount |
Recount of the inventory |
shrinkage |
Shrinkage of the inventory |