get_taxes
Retrieve all tax rates with pagination and optional field filtering to reduce response size.
Instructions
Get all available taxes with pagination support. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1, default: 1) | |
| pageSize | No | Number of items per page (default: 50, max: 500) | |
| summary | No | Return only total count and page count without items (default: false) | |
| fields | No | Select specific fields to return (e.g., ["id", "name", "percentage"]). Reduces response size by 70-90%. If not provided, returns default fields: id, name, percentage |