Skip to main content

Update Text Rule

PUT 

/api/shiphero/integration-instances/:integration_instance/shipping-methods/rules/:rule

Update an ordered text rule. Accepts the same fields as Create Text Rule, including the rule that it must either name a shipping_method_id or set suppress: true.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Returns 404 when the rule belongs to a different integration instance.

Authentication: Requires Bearer token.

Every endpoint in this folder returns the SAME full configuration payload (provider_methods, sku_methods, text_rules, summary). The resolution layers interact, so a mutation returns the whole refreshed configuration rather than the single row that changed.

Request

Responses

OK

Response Headers
    Content-Type