- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
listAndCountPriceLists - Pricing Module Reference
This documentation provides a reference to the listAndCountPriceLists
method. This belongs to the Pricing Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method is used to retrieve a paginated list of price lists along with the total count of available price lists satisfying the provided filters.
Example#
To retrieve a list of price lists using their IDs:
To specify relations that should be retrieved within the price lists:
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#
The filters to apply on the retrieved price lists.
The configurations determining how the price lists are retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a price list.
select
or relations
, accept the
attributes or relations associated with a price list.Returns#
Promise
Promise<[PriceListDTO[], number]>The list of price lists along with their total count.
Promise
Promise<[PriceListDTO[], number]>Was this page helpful?