InventoryLevelDTO
InventoryLevelDTO: Object
Properties
id
stringRequiredinventory_item_id
stringRequiredlocation_id
stringRequiredthe item location ID
stocked_quantity
numberRequiredthe total stock quantity of an inventory item at the given location ID
reserved_quantity
numberRequiredthe reserved stock quantity of an inventory item at the given location ID
incoming_quantity
numberRequiredthe incoming stock quantity of an inventory item at the given location ID
metadata
Record<string, unknown> | nullRequiredAn optional key-value map with additional details
created_at
string | DateRequiredThe date with timezone at which the resource was created.
updated_at
string | DateRequiredThe date with timezone at which the resource was updated.
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
Was this section helpful?