products_get
Fetch detailed product information by UUID, including usage statistics: total usage count, revenue, average quantity, and first/last usage dates.
Instructions
Get detailed information about a specific product by UUID, including usage statistics (total usage count, total revenue generated, average quantity, first and last usage dates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Product UUID | |
| companyId | No | Company UUID override (uses active company if not set) |