purchase_list
Retrieve and filter purchase data from your Iaptic account. Access paginated results, filter by date range, customer ID, and view detailed purchase status, product, and transaction information.
Instructions
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) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Iaptic MCP Server
Related Tools
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic