add min + expiry
This commit is contained in:
parent
0e174dc06e
commit
e1618b40ef
7 changed files with 88 additions and 17 deletions
|
@ -26,6 +26,16 @@
|
|||
"type": "string",
|
||||
"title": "Variant Name",
|
||||
"description": "The name of the Variant"
|
||||
},
|
||||
"min": {
|
||||
"type": "number",
|
||||
"title": "Minimum inventory",
|
||||
"description": "The minimum amount of inventory for an Item. Thre actual inventory amount should always be higher than that."
|
||||
},
|
||||
"expiry": {
|
||||
"type": "number",
|
||||
"title": "Expiry days",
|
||||
"description": "Number of days until this item variant is considered expired."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue