list_payments
Retrieve payments from Shopmonkey using filters for work order ID or location, with pagination to manage large result sets.
Instructions
List payments from Shopmonkey. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 25) | |
| orderId | No | Filter payments by work order ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |