get_product
Retrieve product details by ID from Paddle, optionally including price information for comprehensive billing management.
Instructions
This tool will retrieve a product from Paddle by its ID.
Use the include parameter to include related entities in the response:
prices: An array of price entities available for the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | Paddle ID of the product. | |
| include | No | Include related entities in the response. Use a comma-separated list to specify multiple entities. |