oms-ItemManagement/Admin/Install/items.json
Dennis Eichhorn cca5b6d94b perm change
2023-03-25 22:32:10 +00:00

42 lines
888 B
JSON
Executable File

[
{
"number": "1",
"l11ns": {
"name1": {
"en": "Freight",
"de": "Freight"
},
"description_short": {}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "2",
"l11ns": {
"name1": {
"en": "Insurance",
"de": "Insurance"
},
"description_short": {}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
}
]