List all external tax calculators
How to fetch a collection of external tax calculators via API
To fetch a collection of external tax calculators, send a GET
request to the /api/external_tax_calculators
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/external_tax_calculators
Example
The following request fetches a collection of external tax calculators:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of external tax calculators can be sorted by the following fields:
Attributes
name
type
id
created_at
updated_at
reference
reference_origin
circuit_state
circuit_failure_count
Filterable fields
The list of external tax calculators can be filtered by the following fields:
Attributes
name
type
id
created_at
updated_at
reference
reference_origin
metadata
circuit_state
circuit_failure_count
Relationships
attachments
Last updated