Updates an existing shipping rule type.
Name | Description | Additional information |
---|---|---|
shippingRuleTypeId | The ID of the shipping rule type. |
Define this parameter in the request URI. |
model | The model of the shipping rule type. |
Define this parameter in the request body. |
{
"ClassName": "sample string 1",
"Description": "sample string 2",
"IsActive": true,
"Name": "sample string 4",
"ShippingRuleTypeId": 5
}