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:
@@ -6308,6 +6308,9 @@
|
||||
"profile": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"fulfillmentOption": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6318,6 +6321,7 @@
|
||||
"enableInStore",
|
||||
"provider",
|
||||
"profile",
|
||||
"type",
|
||||
"fulfillmentOption"
|
||||
],
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user