feat(dashboard): shipping option tax rate overrides UI (#13260)

* feat(dashboard): shipping option tax rate overrides UI

* feat: add location filter

* feat: show service zone in SO table

* feat: display location in the SO table
This commit is contained in:
Frane Polić
2025-08-21 12:06:36 +02:00
committed by GitHub
parent 37f372ccf7
commit 9b38b750de
14 changed files with 480 additions and 76 deletions

View File

@@ -7075,6 +7075,9 @@
},
"customerGroup": {
"type": "string"
},
"shippingOption": {
"type": "string"
}
},
"required": [
@@ -7082,7 +7085,8 @@
"productCollection",
"productTag",
"productType",
"customerGroup"
"customerGroup",
"shippingOption"
],
"additionalProperties": false
},
@@ -7119,6 +7123,9 @@
},
"customerGroup": {
"type": "string"
},
"shippingOption": {
"type": "string"
}
},
"required": [
@@ -7126,7 +7133,8 @@
"productCollection",
"productTag",
"productType",
"customerGroup"
"customerGroup",
"shippingOption"
],
"additionalProperties": false
},
@@ -7147,6 +7155,9 @@
},
"customerGroup": {
"type": "string"
},
"shippingOption": {
"type": "string"
}
},
"required": [
@@ -7154,7 +7165,8 @@
"productCollection",
"productTag",
"productType",
"customerGroup"
"customerGroup",
"shippingOption"
],
"additionalProperties": false
},
@@ -10854,6 +10866,12 @@
"configurations": {
"type": "string"
},
"enabledInStore": {
"type": "string"
},
"isReturn": {
"type": "string"
},
"conditions": {
"type": "string"
},
@@ -10959,6 +10977,9 @@
"countries": {
"type": "string"
},
"serviceZone": {
"type": "string"
},
"paymentProviders": {
"type": "string"
},
@@ -11283,6 +11304,8 @@
"categories",
"shippingMethod",
"configurations",
"enabledInStore",
"isReturn",
"conditions",
"category",
"collection",
@@ -11318,6 +11341,7 @@
"minutes",
"totalRedemptions",
"countries",
"serviceZone",
"paymentProviders",
"refundReason",
"fulfillmentProviders",