Skip to content
v0.3

shipping.zone.update

Update a shipping zone (partial). Postal codes are normalized on write, like create.

  • Scope: shipping.write
  • System: no
  • Reachable from: POST /v1/commands/shipping.zone.update (tenant credential) · MCP tool shipping.zone.update · SDK client.call('shipping.zone.update', …)
  • Events: shipping.config.updated
{
"properties": {
"name": {
"minLength": 1,
"type": "string"
},
"postal_code_from": {
"minLength": 1,
"type": "string"
},
"postal_code_to": {
"minLength": 1,
"type": "string"
},
"zone_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"zone_id"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"zone_id": {
"type": "string"
}
},
"required": [
"zone_id"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)