1. Lots
  2. Model

Lots

Model

Lot Model


object "lot"
The description of the model.

id string
Unique identifier for this lot.

number string
The identifier or lot number.

manufacturer_number string
The identifier or lot number issued by the manufacturer.

organization_id string The unique idenfitifier of the organization to which the lot belongs to.

address_id string
The identifier of the address at which the lot is located.

location_id string
The identifier of the location at which the lot is located.

location_name string
The name of the location at which the lot is located.

item_id string
The ID of the item associated with this lot.

sku string
The Stock Keeping Unit (SKU) of the lot item.

levels InventoryLevel[]
The inventory levels for the Lot item.

metadata Object
Additional metadata associated with the lot.

created_at Integer
Seconds from epoch when this rate was created.

updated_at Integer
Seconds from epoch when this lot was last updated.

updated_by string
The ID of the user who last updated this lot.

status string
The current status of the lot.

total_qty number
The total quanitity of the lot items.

available_qty number
The available quanitity of the lot items.

defective_qty number
The defective quanitity of the lot items.

manifested_qty number
The manifested quanitity of the lot items.

reserved_qty number
The reserved quanitity of the lot items.

expires_at Date
The expiry date of the Lot.