get_tax_rate
Retrieve a specific tax rate from WooCommerce by ID, providing all details like country, state, rate, and shipping flags.
Instructions
Get a single tax rate by ID with full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tax rate ID | |
| fields | No | Comma-separated fields to return (default: id,country,state,postcode,city,rate,name,class,priority,compound,shipping,order) |