Create a shipping rule
Create a shipping rule that applies its actions to a shipment whenever the shipment matches its conditions.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Body
Payload to create a shipping rule.
Name of the rule.
100"Insure high-value parcels"
Conditions that determine when the rule's actions are applied.
Actions performed on a shipment when the criteria match.
Whether the rule should evaluate against shipments after creation.
Response
Created
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.