product · inferred from evidence
ProductIncludes.prices
A parameter or enum value used to include prices in the product list response.
- 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