v1

latestOpenAPI 3.0.32026-07-26170311887.2 KB
Shipping Rules

Activate a Shipping Rule

Activate specific shipping rule.

Required authorization scope: public.shipping_rule:write

post/2024-09/shipping_rules/{id}/activate

Path parameters

idstring required

Shipping Rule ID provided when creating

Response

shipping rule successfully activated

Example response

{
  "shipping_rule": {
    "conditions": [
      {
        "options": {
          "states": [
            "39-AB"
          ]
        }
      }
    ]
  }
}