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"
          ]
        }
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.