71d737a5fcbf
latestOpenAPI 3.0.32026-07-26170311887.2 KBShipping Rules
Get a Shipping Rule
Retrieve a shipping rule.
Required authorization scope: enterprise.shipping_rule:read
The path does not include the organization_id path parameter used for 'List all Shipping Rules' and 'Create a Shipping Rule' actions.
get/2024-11/shipping_rules/{shipping_rule_id}
Path parameters
shipping_rule_idstring required
Shipping Rule ID provided when creating
Response
shipping rule
Example response
{
"shipping_rule": {
"conditions": [
{
"options": {
"states": [
"39-AB"
]
}
}
]
}
}