Update a shipping rule
Update the name, status, conditions, or actions of an existing shipping rule.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The unique id of the shipping rule.
x >= 11
Body
Payload to update a shipping rule. Omit any field to leave it unchanged.
New name for the rule; omit to leave unchanged.
100New active flag; omit to leave unchanged.
Replacement criteria block; omit to keep the existing criteria.
Replacement actions list; omit to keep the existing actions.
Response
OK
A shipping rule including its conditions and actions.
ID of the rule.
1
Name of the rule.
"Insure high-value parcels"
Whether the rule is currently evaluating shipments.
true
True when the rule cannot be evaluated (e.g. references an unavailable property or action).
false
Position in the organization's evaluation order; lower values are evaluated first.
1
Timestamp of the last update to the rule.
"2026-06-26T10:15:00Z"
Criteria that determine when this rule fires.
Actions executed when the rule fires.