listAndCount - Pricing Module Reference
This documentation provides a reference to the listAndCount
method. This belongs to the Pricing Module.
This method is used to retrieve a paginated list of price sets along with the total count of available price sets satisfying the provided filters.
Example
To retrieve a list of prices 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
filters
FilterablePriceSetPropsThe filters to apply on the retrieved price lists.
filters
FilterablePriceSetPropsconfig
FindConfig<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.
config
FindConfig<PriceSetDTO>select
or relations
, accept the
attributes or relations associated with a price set.Returns
The list of price sets along with their total count.
Was this section helpful?