retrievePriceListRule - Pricing Module Reference
This documentation provides a reference to the retrievePriceListRule
method. This belongs to the Pricing Module.
This method is used to retrieve a price list rule by its ID.
Example
A simple example that retrieves a price list rule by its ID:
To specify relations that should be retrieved:
Parameters
id
stringRequiredThe ID of the price list rule to retrieve.
config
FindConfig<PriceListRuleDTO>The configurations determining how the price list rule is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a price list rule.
config
FindConfig<PriceListRuleDTO>select
or relations
, accept the
attributes or relations associated with a price list rule.Returns
The retrieved price list rule.
Was this section helpful?