Retrieve tax configuration by zone and code
GET/v2/taxes/:zone/:code
Fetches tax configuration using geographic zone and tax code combination.
Returns tax details for a specific zone-code pair, enabling location and category-specific tax lookups. Used for tax calculations based on geographic location and product classification.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved tax configuration for the specified zone and code
Invalid zone format or tax code
Unauthorized
Insufficient permissions to access tax configurations
No tax configuration found for the specified zone and code combination
Internal server error occurred while retrieving tax configuration