v1

latestOpenAPI 3.0.32026-07-26170311887.2 KB
Shipping Rules

Get a Shipping Rule

Retrieve a shipping rule.

Required authorization scope: public.shipping_rule:read

get/2024-09/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"
          ]
        }
      }
    ]
  }
}