v1
latestOpenAPI 3.0.32026-07-26170311887.2 KBShipping Rule's Conditions
Update Condition of the Shipping Rule
Update shipping rule condition.
Required authorization scope: public.shipping_rule:write
patch/2024-09/shipping_rules/{shipping_rule_id}/conditions/{condition_id}
Path parameters
shipping_rule_idstring required
Shipping Rule ID provided when creating
condition_idstring required
Condition ID provided when creating
Request body
Example request
{
"options": {
"states": [
"39-AB"
]
}
}Response
condition successfully updated
Example response
{
"condition": {
"options": {
"states": [
"39-AB"
]
}
}
}