FindPriceRules
Overview
Retrieves Price Rules according to a specified set of criteria.
Returns
A list of Price Rules matching the specified criteria.
Request
Name | Type | Description |
---|---|---|
priceRuleFilterCriteria | PriceRuleFilterCriteria | The criteria to filter by. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | PricingRule[] | Operation result. |