freee_get_items
Retrieves product and service item master data for use in invoices and deals. Use pagination and compact mode to get item lists.
Instructions
Get list of items (品目) - Retrieves product/service item master data used in invoices and deals. Items are cached for 15 minutes as master data changes infrequently. Foundation for item suggestion and bulk master context retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| offset | No | Pagination offset | |
| limit | No | Number of results (1-100) | |
| compact | No | When true, returns summary statistics only without individual records. Useful for quick overviews. |