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])
Pass includes=[ProductIncludes.prices] in the list request: client.products.list(ListProducts(includes=[ProductIncludes.prices])). Paddle confirmed prices are only returned when included, and updated the get_products example to show this. T