wave_list_products
List all products and services for a business, with optional filters for sold, bought, or archived items and pagination.
Instructions
List all products and services for a business
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| isSold | No | Filter products that are sold | |
| isBought | No | Filter products that are bought | |
| pageSize | No | Results per page (default: 50) | |
| businessId | No | Business ID | |
| isArchived | No | Include archived products (default: false) |