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.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.order
stringupdated_at
DateComparisonOperatorDate filters to apply on the tax rates' update_at
date.
updated_at
DateComparisonOperatorupdate_at
date.created_at
DateComparisonOperatorDate filters to apply on the customer tax rates' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the tax rates' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.q
stringTerm used to search tax rates by name.
Was this section helpful?