oms-ItemManagement/Admin/Install/items.json
Dennis Eichhorn 9be6923a15
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

142 lines
3.3 KiB
JSON

[
{
"number": "1",
"l11ns": {
"name1": {
"en": "Freight",
"de": "Transportkosten"
},
"description_short": {},
"internal_matchcodes": {
"en": "fuel, handling, freight, shipping",
"de": "versand, transport, fracht"
}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "2",
"l11ns": {
"name1": {
"en": "Insurance",
"de": "Versicherung"
},
"description_short": {},
"internal_matchcodes": {
"en": "insurance",
"de": "versicherung"
}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "3",
"l11ns": {
"name1": {
"en": "Customs",
"de": "Einfuhrsteuer"
},
"description_short": {},
"internal_matchcodes": {
"en": "customs",
"de": "zoll, einfuhrumsatz"
}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "4",
"l11ns": {
"name1": {
"en": "Other invoice fees",
"de": "Sonstige Gebühren"
},
"description_short": {},
"internal_matchcodes": {
"en": "fee, surcharge",
"de": "gebühr"
}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "5",
"l11ns": {
"name1": {
"en": "Packaging materials",
"de": "Verpackungsmaterial"
},
"description_short": {},
"internal_matchcodes": {
"en": "packaging",
"de": "verpackung"
}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
},
{
"number": "99",
"l11ns": {
"name1": {
"en": "Discount",
"de": "Rabatt"
},
"description_short": {}
},
"primary_image": "",
"keywords": {},
"attributes": [
{
"type": "bill_fees",
"value": 1,
"custom": false
}
],
"variants": []
}
]