retrieve - Pricing Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Pricing Module.
This method is used to retrieve a price set by its ID.
Example
A simple example that retrieves a price set by its ID:
To specify relations that should be retrieved:
Parameters
id
stringRequiredThe ID of the price set to retrieve.
config
FindConfig<PriceSetDTO>The configurations determining how the price set is 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 retrieved price set.
Was this section helpful?