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