Iaptic MCP Server
Official
by iaptic
purchase_list
List purchases from your Iaptic account.
- Returns a paginated list of purchases
- Use limit and offset for pagination (default: 100 per page)
- Filter by date range using startdate and enddate (ISO format)
- Filter by customerId to see purchases from a specific customer
- Results include purchase status, product info, and transaction details
- Results are ordered by purchase date (newest first)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customerId | No | Filter purchases by customer ID | |
enddate | No | Filter purchases before this date (ISO format, e.g. 2024-12-31) | |
limit | No | Maximum number of purchases to return (default: 100, max: 1000) | |
offset | No | Number of purchases to skip for pagination | |
startdate | No | Filter purchases after this date (ISO format, e.g. 2024-01-01) |