FindPriceRuleWithValidity
Overview
This method retrieves Price Rules according to a specified set of criteria.
Returns
Returns the details of the Price Rule in the system you requested.
Request
Name | Type | Description |
---|---|---|
customerCode | String | The unique customer code of a Customer the Price Rule should apply to. |
productClusterTagName | String | The name of the Product Cluster the Price Rule should apply to. |
fromDate | String | The start date of the validity range. |
toDate | String | The end date of the validity range. The range defined by this start and end date filter the price rules by only retrieving those price rules whose own validity range overlaps with this range. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | PricingRule[] | Operation result. |