| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId |
Location (store) identifier where this product exists |
integer |
None. |
| RoomId |
Room identifier within a location. For example "Receiving Room" or "Sales Floor" |
integer |
None. |
| PackageId |
Identifier typically controlled by a governing body (METRC, OCS, etc) |
string |
None. |
| BatchId |
Additional package tracking information |
string |
None. |
| UnitId |
Internal identifier for the unit of measure. i.e. 0 is 'Single Unit'. 103 is gram, 110 is milligram |
integer |
None. |
| InStockQuantity |
Quantity of this product in stock, at this location, in this room. |
decimal number |
None. |
| OnOrderQuantity |
Quantity of this item on order (product on order does not have a PackageId assigned yet) |
decimal number |
None. |
| TransferInQuantity |
Quantity of this item on an incoming transfer |
decimal number |
None. |
| TransferOutQuantity |
Quantity of this item on an outgoing transfer |
decimal number |
None. |
| TotalCostInStock |
The retailer's total cost of these products |
decimal number |
None. |
| UnitCost |
The retailer's per-unit cost for these products |
decimal number |
None. |
| ReceivedDate |
UTC datetime of when these products were received into inventory |
date |
None. |
| UpdatedDateUtc |
UTC datetime of when this record was last updated (i.e. quantity changed, etc). |
date |
None. |