InventoryLevelDTO
InventoryLevelDTO: Object
Type declaration
created_atstring | DateRequiredThe date with timezone at which the resource was created.
deleted_atstring | Date | nullRequiredThe date with timezone at which the resource was deleted.
idstringRequiredincoming_quantitynumberRequiredthe incoming stock quantity of an inventory item at the given location ID
inventory_item_idstringRequiredlocation_idstringRequiredthe item location ID
metadataRecord<string, unknown> | nullRequiredAn optional key-value map with additional details
reserved_quantitynumberRequiredthe reserved stock quantity of an inventory item at the given location ID
stocked_quantitynumberRequiredthe total stock quantity of an inventory item at the given location ID
updated_atstring | DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?