Skip to main content
PUT
Update Shipping Zone

Path Parameters

zone_id
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.
shippingName
string
Zone name.
zone
array
ISO 3166-1 alpha-2 country codes for this zone.
description
string
Zone description.
price
number
Flat shipping price for this zone.
type
string
Rate model: Simple, Weight, or Price.
digitalProd
boolean
Whether the zone applies to digital products.
minWeight
number
Minimum order weight (used when type is Weight).
maxWeight
number
Maximum order weight (used when type is Weight).
minPrice
number
Minimum order subtotal (used when type is Price).
maxPrice
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