feat(dashboard, core-flows): associate shipping option to type (#13226)

* feat(dashboard, core-flows): allow associating shipping option type to a shipping option

* edit as well

* fix translation schema

* fix some tests

* changeset

* add new test to update shipping option type

* add new test to create shipping option with shipping option type

* pr comments

* pr comments

* rename variable

* make zod great again
This commit is contained in:
William Bouchard
2025-08-19 11:02:36 -04:00
committed by GitHub
parent b1ee204369
commit 67d3660abf
18 changed files with 525 additions and 42 deletions

View File

@@ -6308,6 +6308,9 @@
"profile": {
"type": "string"
},
"type": {
"type": "string"
},
"fulfillmentOption": {
"type": "string"
}
@@ -6318,6 +6321,7 @@
"enableInStore",
"provider",
"profile",
"type",
"fulfillmentOption"
],
"additionalProperties": false