pax8_list_orders
List Pax8 partner account orders with pagination, sorting, and filters by company or status to retrieve order data for AI-driven workflows.
Instructions
List orders in the Pax8 partner account.
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. "orderDate,desc".
company_id: Filter by company ID.
status: Filter by order status, e.g. "Pending", "Completed", "Cancelled".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | ||
| status | No | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |