Update a shipping method
POST
https://api.tamio.com/v2/shippings/update/{uuid}
Updates an existing shipping method identified by its UUID. All core fields are required. Bundling rules are fully replaced on each update.
Path Parameters
uuid
string*
UUID of the shipping method to update.
Body Parameters
label
string*
Display name for the shipping method.
price
integer*
Base shipping price in smallest currency unit (e.g. cents).
currency
string*
ISO currency code.
active
boolean*
Whether this shipping method is available for selection.
destination
array of string*
Country or region codes where shipping is available.
states
array of string
State/province restrictions within destinations.
postcodes
array of string
Postcode restrictions.
bundling_rules
array of BundlingRuleInput
Quantity-based pricing tiers for multi-item orders. Each rule is
either a range (from–to) or a max (up to N items) type.
Only one max rule is allowed. Ranges must not overlap.
Responses
200
Shipping method updated
Shipping method updated
status
integer
shipping
Shipping
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer