list - Pricing Module Reference
BetaThis documentation provides a reference to the list method. This belongs to the Pricing Module.
This method is used to retrieve a paginated list of price sets based on optional filters and configuration.
Example
To retrieve a list of price sets using their IDs:
To specify relations that should be retrieved within the price sets:
By default, only the first 15 records are retrieved. You can control pagination by specifying the skip and take properties of the config parameter:
Parameters
filtersFilterablePriceSetPropsThe filters to apply on the retrieved price lists.
filtersFilterablePriceSetPropsconfigFindConfig<PriceSetDTO>The configurations determining how the price sets are retrieved. Its properties, such as select or relations, accept the
attributes or relations associated with a price set.
configFindConfig<PriceSetDTO>select or relations, accept the
attributes or relations associated with a price set.Returns
The list of price sets.
Was this section helpful?