API reference
Get tax override
GET
/v1/taxes/overrides/{id}Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/taxes/overrides/string"{ "id": "string", "storeId": "string", "taxRegionId": "string", "name": "string", "target": "products", "rate": 0.1, "isExempt": true, "collectionId": null, "categoryId": null, "productType": null, "description": null, "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null}