Last updated
Last updated
To a single tax calculator, send a GET
request to the /api/tax_calculators/:id
endpoint, where id
is the ID of the resource that you want to retrieve.
GET https://yourdomain.commercelayer.io/api/tax_calculators/:id
The following request fetches the tax calculator identified by the id "xYZkjABcde":
How to fetch a specific tax calculator via API