Skip to main content
Skip to main content

InventoryLevelDTO

InventoryLevelDTO: Object

Type declaration

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