Shipping Rule's Conditions
Update Condition of the Shipping Rule
Update shipping rule condition.
Required authorization scope: enterprise.shipping_rule:write
patch/2024-11/conditions/{condition_id}
Path parameters
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"
]
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.