list_prices
Retrieve and filter prices from your Paddle catalog by product ID, status, or type. Supports pagination, sorting, and including related entities like products. Amounts are in the smallest currency unit (e.g., cents).
Instructions
This tool will list prices in your Paddle catalog.
Use the maximum perPage by default (200) to ensure comprehensive results. Filter prices by product ID, status, recurring, 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 products if needed. Amounts are in the smallest currency unit (e.g., cents).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Cursor for pagination. Returns results after the cursor position. | |
id | No | Filter by a list of price IDs. Use this to retrieve multiple prices by ID. | |
include | No | Related entities to include in the response. | |
orderBy | No | Sort field and order. | |
perPage | No | Number of records to return per page. Default is 25, maximum is 50. | |
productId | No | Filter by a list of product IDs. Returns prices for the specified products. | |
status | No | Filter by price status. Returns prices with the specified statuses. |
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