retrieve - Tax Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Tax Module.
This method retrieves a tax by its ID.
Example
A simple example that retrieves a tax rate by its ID:
To specify relations that should be retrieved:
Parameters
taxRateId
stringRequiredThe tax rate's ID.
config
FindConfig<TaxRateDTO>The configurations determining how the tax rate is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a tax rate.
config
FindConfig<TaxRateDTO>select
or relations
, accept the
attributes or relations associated with a tax rate.Returns
The retrieved tax.
Was this section helpful?