Get a tax by ID
Taxes
Get a tax by ID
Retrieves detailed information about a specific tax.
Use Cases
- View tax details
- Verify tax configuration
- Check tax status before applying to products
Path Parameters
id: Tax UUID (required) - Must be a valid UUID format
Example Request
GET /api/v0/taxes/123e4567-e89b-12d3-a456-426614174000
Example Response
{
"id": "tax_123456",
"name": "Sales Tax",
"description": "Standard sales tax for retail transactions",
"percentage": 8.5,
"active": true,
"created_at": "2024-03-20T10:00:00Z",
"updated_at": "2024-03-20T10:00:00Z"
}
GET
Get a tax by ID
