- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveTaxRate - Tax Module Reference
This documentation provides a reference to the retrieveTaxRate
method. This belongs to the Tax Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
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
stringThe tax rate's ID.
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.
select
or relations
, accept the
attributes or relations associated with a tax rate.Returns#
Promise
Promise<TaxRateDTO>The retrieved tax.
Promise
Promise<TaxRateDTO>Was this page helpful?