list_payments
Retrieve payment records from Shopmonkey with filtering by work order or location and pagination controls for efficient data management.
Instructions
List payments from Shopmonkey. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | Filter payments by work order ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |