pax8_list_products
List products available in the Pax8 marketplace with support for pagination, sorting, and filtering by vendor or product name.
Instructions
List products available in the Pax8 marketplace.
Args:
page: Zero-based page number for pagination (default: 0).
size: Number of results per page (default: 10).
sort: Sort field and direction, e.g. "productName,asc".
vendor_name: Filter by vendor name (partial match).
product_name: Filter by product name (partial match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | ||
| vendor_name | No | ||
| product_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |