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