> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Report on your products, prices, and discounts

Export information about products, prices, and discounts as a spreadsheet to better understand your data using two new reports.

---

## What's new?

We added two new reports to the Paddle platform:

- **Product and prices**  
   [Products](https://developer.paddle.com/api-reference/products/overview.md) and [prices](https://developer.paddle.com/api-reference/prices/overview.md) form your product catalog. They're things that customers can purchase. Generate product and price reports to get information about your products and prices.
- **Discounts**  
   [Discounts](https://developer.paddle.com/api-reference/discounts/overview.md) let you reduce the amount a customer has to pay for a transaction. Generate discounts reports to get information about your products and prices.

## How it works

[Reports](https://developer.paddle.com/build/finance/generate-reports.md) in Paddle let you export information from your account that you can open in a spreadsheet app.

You could previously generate reports for [transactions](https://developer.paddle.com/api-reference/transactions/overview.md) and [adjustments](https://developer.paddle.com/api-reference/adjustments/overview.md), as well as transaction and adjustment line items. We added two new reports to complement these, letting you get data about your product catalog.

## Next steps

This change is available in version `1` of the Paddle API.

It's a non-breaking change, meaning it doesn't impact existing integrations.

Check out [our generate reports guide](https://developer.paddle.com/build/finance/generate-reports.md) and the [report entity overview](https://developer.paddle.com/api-reference/reports/overview.md) in the API reference to get started.
## Summary of changes

| Name | Type | Change | Entity | Description |
| --- | --- | --- | --- | --- |
| `report.type` | Enum value | added | Report | products_prices and discounts added |
| `report.filters[].name` | Enum value | added | Report | product_status, price_status, product_type, price_type, product_updated_at, and price_updated_at added |
