persons_list_products
Retrieve all products associated with a person through deals, including purchased and active products, to analyze customer purchase history and identify cross-selling opportunities.
Instructions
List products associated with a person.
Returns all products that have been sold to or associated with this person through deals. This provides an overview of:
All products the person has purchased
Products in active deals
Historical product associations
Product preferences and patterns
Each entry includes:
Product details (name, code, price)
Deal information
Quantities and pricing
Dates and status
Custom product fields
This is useful for:
Understanding customer purchase history
Cross-selling and upselling opportunities
Product preferences analysis
Revenue tracking per person
Customer success and account management
Renewal and subscription management
The data is aggregated from all deals associated with the person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (max 500) |