AdminGetTaxRatesParams
Parameters used to filter and configure the pagination of the retrieved tax rates.
Properties
region_id
string | string[]Filter tax rates by the IDs of their associates region.
name
stringName to filter tax rates by.
code
stringCode to filter tax rates by.
rate
number | NumericalComparisonOperatorNumber filters to filter tax rates'
rate
field.offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 50
expand
string[]Comma-separated relations that should be expanded in the returned data.
fields
string[]Comma-separated fields that should be included in the returned data.
Was this section helpful?