GS2-Inventory
Master Data Definition Reference
Master Data Reference
{
"version": "2019-02-05",
"inventoryModels": [
{
"name": "[string]Inventory Model Name",
"metadata": "[string?]metadata",
"initialCapacity": "[int]Initial Capacity",
"maxCapacity": "[int]Maximum Capacity",
"protectReferencedItem": "[bool?]Item Sets with registered references cannot be deleted",
"itemModels": [
{
"itemModelId": "[string]Item Model GRN",
"name": "[string]Item Model Name",
"metadata": "[string?]metadata",
"stackingLimit": "[long]Maximum stackable quantity",
"allowMultipleStacks": "[bool]Allow items to be stored in multiple slots when the maximum stackable quantity is exceeded?",
"sortValue": "[int]Display order"
}
]
}
]
}
Type | Require | Default | Limitation | Description | |
---|---|---|---|---|---|
version | ✓ | 2019-02-05 | Format version of master data | ||
inventoryModels | InventoryModel[] |