Iaptic MCP Server
Official
by iaptic
purchase_list
List purchases with pagination and date filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customerId | No | Filter 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) |