Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.04 KB

File metadata and controls

13 lines (12 loc) · 1.04 KB

InventoryLevelDTO

Properties

Name Type Description Notes
locationId String the item location ID
stockedQuantity BigDecimal the total stock quantity of an inventory item at the given location ID
reservedQuantity BigDecimal the reserved stock quantity of an inventory item at the given location ID
incomingQuantity BigDecimal the incoming stock quantity of an inventory item at the given location ID
metadata Object An optional key-value map with additional details [optional]
createdAt OffsetDateTime The date with timezone at which the resource was created. [optional]
updatedAt OffsetDateTime The date with timezone at which the resource was updated. [optional]
deletedAt OffsetDateTime The date with timezone at which the resource was deleted. [optional]