Skip to main content
PUT
Update Shipping Zone

Path Parameters

string
required
The shipping zone ID (UUID).

Body Parameters

Provided fields are applied directly to the zone. Unlike create, update does not alias name/countries; send the zone’s own field names.
string
Zone name.
array
ISO 3166-1 alpha-2 country codes for this zone.
string
Zone description.
number
Flat shipping price for this zone.
string
Rate model: Simple, Weight, or Price.
boolean
Whether the zone applies to digital products.
number
Minimum order weight (used when type is Weight).
number
Maximum order weight (used when type is Weight).
number
Minimum order subtotal (used when type is Price).
number
Maximum order subtotal (used when type is Price).

Response

Returns the standard response envelope with the updated zone under data.shipping_zone.

Error Response