List all manual tax calculators
How to fetch a collection of manual tax calculators via API
To fetch a collection of manual tax calculators, send a GET request to the /api/manual_tax_calculators endpoint.
Request
GET https://yourdomain.commercelayer.io/api/manual_tax_calculators
Example
The following request fetches a collection of manual tax calculators:
curl -g -X GET \
'https://yourdomain.commercelayer.io/api/manual_tax_calculators/' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of manual tax calculators can be sorted by the following fields:
Attributes
nametypeidcreated_atupdated_atreferencereference_origin
Filterable fields
The list of manual tax calculators can be filtered by the following fields:
Attributes
nametypeidcreated_atupdated_atreferencereference_originmetadata
Relationships
attachmentseventstax_rules
Last updated

