chore(dashboard): move shipping option type page (#13323)

* chore(dashboard): move shipping option type page

* small issue with the toast for edit
This commit is contained in:
William Bouchard
2025-08-28 15:31:51 +02:00
committed by GitHub
parent e2213448ac
commit 65dfcf9be4
10 changed files with 92 additions and 63 deletions
@@ -5934,9 +5934,22 @@
},
"required": ["label", "description"],
"additionalProperties": false
},
"shippingOptionTypes": {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": ["label", "description"],
"additionalProperties": false
}
},
"required": ["header", "shippingProfiles"],
"required": ["header", "shippingProfiles", "shippingOptionTypes"],
"additionalProperties": false
},
"salesChannels": {
@@ -1567,6 +1567,10 @@
"shippingProfiles": {
"label": "Shipping Profiles",
"description": "Group products by shipping requirements"
},
"shippingOptionTypes": {
"label": "Shipping Option Types",
"description": "Group shipping options by types"
}
},
"salesChannels": {