- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrievePriceList - Pricing Module Reference
This documentation provides a reference to the retrievePriceList
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 price list by its ID.
Example#
A simple example that retrieves a price list by its ID:
To specify relations that should be retrieved:
Parameters#
id
stringThe ID of the price list to retrieve.
The configurations determining how the price list is 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>The retrieved price list.
Promise
Promise<PriceListDTO>Was this page helpful?