v1
latestOpenAPI 3.0.32026-07-26170311887.2 KBShipping Rule's Conditions
List all Conditions for a Shipping Rule
List conditions of a shipping rule.
Required authorization scope: public.shipping_rule:read
get/2024-09/shipping_rules/{shipping_rule_id}/conditions
Path parameters
shipping_rule_idstring required
Shipping Rule ID provided when creating
Response
conditions
Example response
{
"conditions": [
{
"options": {
"states": [
"39-AB"
]
}
}
]
}