tool · inferred from evidence
ListProducts
A class or function used in the Paddle Python SDK to construct a list request for products.
- Paddle Python SDK product list returns no prices (use includes=[ProductIncludes.prices])
Calling client.products.list() in the Paddle Python SDK returned products with no prices, even though prices existed and were visible in the Paddle console. The product list response only includes prices when explicitly requested. A second