Retrieve a shipping rule
Retrieve a single shipping rule, including its conditions and actions, by its unique ID.
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
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.