The following table describes the collection properties of the Inventory microservice:

Collections - Inventory

S. No.AttributeDefault ValueDescription
1default_localeen_USIndicates the default locale of the collection.
2BinTypesPrimary,Secondary,BlockedIndicates the allowed bin types. For example, Primary and Secondary.
3CreateBinValidatorscom.skava.inventory.validation.bin.CreateBinValidatorIndicates the classpath of a validator, which validates the create bin request attributes.
4UpdateBinValidatorscom.skava.inventory.validation.bin.UpdateBinValidatorIndicates the classpath of a validator, which validates the update bin request attributes.
5DeleteBinValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the delete bin request attributes.
6FindBinValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the find bin request attributes.
7FindAllBinValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the find all bins request attributes.
8PatchUpdateBinValidatorscom.skava.inventory.validation.bin.PatchUpdateBinValidatorIndicates the classpath of a validator, which validates the patch bin request attributes.
9CreateBinItemValidatorscom.skava.inventory.validation.binitem.CreateBinItemValidatorIndicates the classpath of a validator, which validates the create bin item request attributes.
10FindBinItemValidatorscom.skava.inventory.validation.binitem.FindBinItemValidatorIndicates the classpath of a validator, which validates the find bin item request attributes.
11FindAllBinItemValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the find all bin item request attributes.
12PatchUpdateBinItemValidatorscom.skava.inventory.validation.binitem.PatchUpdateBinItemValidatorIndicates the classpath of a validator, which validates the patch bin item request attributes.
13CheckInventoryValidatorscom.skava.inventory.validation.binitem.CheckInventoryValidatorIndicates the classpath of a validator, which validates the check inventory request attributes.
14CreateTransactionValidatorscom.skava.inventory.validation.transaction.CreateTransactionValidatorIndicates the classpath of a validator, which validates the create transaction request attributes.
15CreateBulkTransactionValidatorscom.skava.inventory.validation.transaction.CreateBulkTransactionValidatorIndicates the classpath of a validator, which validates the create bulk transaction request attributes.
16FindTransactionValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the find transaction request attributes.
17FindAllTransactionValidatorscom.skava.inventory.validation.DefaultConstraintValidatorIndicates the classpath of a validator, which validates the find all transactions request attributes.
18PatchUpdateTransactionValidatorscom.skava.inventory.validation.transaction.PatchUpdateTransactionValidatorIndicates the classpath of a validator, which validates the patch transaction request attributes.
19DefaultLowStockThreshold2Indicates the default low stock threshold value of a bin item of this collection. The value should be greater than the out of stock threshold defined for the bin item.
20DefaultOutOfStockThreshold1Indicates the default out of stock threshold value of a bin item of this collection.




Revision History

2019-04-22 | MA – Content updated for the April 2019 release.
2019-01-23 | PLK – Content uploaded.