tool · inferred from evidence
ProductIncludes
An enumeration or class in the Paddle Python SDK used to specify which product fields to include in a request.
- 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