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])
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