Skip to main content
Skip to main content

InventoryLevelDTO

InventoryLevelDTO: Object

Properties

idstringRequired
inventory_item_idstringRequired
location_idstringRequired
the item location ID
stocked_quantitynumberRequired
the total stock quantity of an inventory item at the given location ID
reserved_quantitynumberRequired
the reserved stock quantity of an inventory item at the given location ID
incoming_quantitynumberRequired
the incoming stock quantity of an inventory item at the given location ID
metadataRecord<string, unknown> | nullRequired
An optional key-value map with additional details
created_atstring | DateRequired
The date with timezone at which the resource was created.
updated_atstring | DateRequired
The date with timezone at which the resource was updated.
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
Was this section helpful?