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,SecondaryIndicates the allowed bin types. The value can be Primary, Secondary, and Blocked.
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.
19DefaultLowStockThreshold5Indicates 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.
21inventoryrules_config{
"input_fields": [
{
"id": "shipping_state",
"name": "Shipping States",
"options": [
"Alberta",
"British Columbia",
"Nova Scotia"
]
},
{
"id": "shipping_country",
"name": "Shipping Country",
"options": [
"United States",
"Canada"
]
}
]
}
This property holds the default value of shipping state and shipping country details in the rules config.




Revision History
2024-03-05 | SD – Updated collection properties.
2022-12-21 | AN – Content updated for the 8.13 release.
2019-04-22 | MA – Content updated for the April 2019 release.
2019-01-23 | PLK – Content uploaded.