EditPriceRules
Overview
Updates a set of Price Rules. Requires the supplied rules to have their Id
property set and referencing an exising Pricing Rule. Non-default values are merged into the existing rules. Consider using SavePriceRules
that doesn’t have this behaviour.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
rule | PricingRule[] | The set of Price Rules to update. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Boolean | Operation result. |