list_products
Retrieve and manage products from your Paddle catalog with pagination, filtering by status, tax category, and type, and sorting options. Includes related entities like prices for detailed insights.
Instructions
This tool will list products in your Paddle catalog.
Use the maximum perPage by default (200) to ensure comprehensive results. Filter products by status, tax category, and type as needed. Results are paginated - use the 'after' parameter with the last ID from previous results to get the next page. Sort results using orderBy parameter. Include related entities like prices if needed. Amounts are in the smallest currency unit (e.g., cents).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor for use in pagination. Represents the ID of the last entity in the previous page of results. | |
id | No | Filter products by their ID. Accepts multiple values. | |
include | No | Related data to include in the response. | |
orderBy | No | Sort order for returned items. | |
perPage | No | Number of items to be returned per page (default: 25, maximum: 50). | |
status | No | Filter products by their status. Accepts multiple values. | |
taxCategory | No | Filter products by their tax category. Accepts multiple values. | |
type | No | Filter products by their type. Accepts multiple values. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Paddle MCP Server
Related Tools
- @PaddleHQ/paddle-mcp-server
- @PaddleHQ/paddle-mcp-server
- @PaddleHQ/paddle-mcp-server
- @PaddleHQ/paddle-mcp-server
- @PaddleHQ/paddle-mcp-server