Product and price reports
Generate detailed reports about your product catalog, including products and prices.
Products and prices form your product catalog. They're things that customers buy.
You can generate reports through the dashboard or via the API.
Report filters
When generating product and price reports, you can filter by:
| Field | Description |
|---|---|
| Product updated date | The date a product was last modified. Matches entities modified on or after the start date and before the end date. |
| Price updated date | The date a price was last modified. Matches entities modified on or after the start date and before the end date. |
| Product status | The status of the product or price.
|
| Price status | The status of the product or price.
|
| Price type | Kind of product or price.
|
| Product type | Kind of product or price.
|
Report columns
Column headings on product and price reports mirror fields in the Paddle API. Data is provided in the following columns:
Unique Paddle ID for this product, prefixed with pro_.
Status of this product.
Type of item. Standard items are considered part of your catalog and are shown in the Paddle dashboard.
Name of this product.
Short description for this product.
Tax category for this product. Used for charging the correct rate of tax. Selected tax category must be enabled on your Paddle account.
Image for this product. Included in the checkout and on some customer documents.
Reference or identifier for this entity from the solution where it was imported from.
Your own structured key-value data for this product.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this product, prefixed with pro_.
Status of this product.
Type of item. Standard items are considered part of your catalog and are shown in the Paddle dashboard.
Name of this price, shown to customers at checkout and on invoices. Typically describes how often the related product bills.
Internal description for this price, not shown to customers. Typically notes for your team.
How tax is calculated for this price.
Base price. Amount in the lowest denomination for the currency, e.g. 10 USD = 1000 (cents).
Currency for the base price. Supported three-letter ISO 4217 currency code.
List of unit price overrides. Use to override the base price with a custom price and currency for a country or group of countries.
Minimum quantity of the product related to this price that can be bought. Required if maximum set.
Maximum quantity of the product related to this price that can be bought. Required if minimum set. Must be greater than or equal to the minimum value.
Unit of time for how often this price should be charged. null if price is non-recurring (one-time).
Amount of time for how often this price should be charged. null if price is non-recurring (one-time).
Unit of time for the trial period for the product related to this price. The billing cycle begins once the trial period is over. null for no trial period.
Amount of time for the trial period for the product related to this price. The billing cycle begins once the trial period is over. null for no trial period.
Reference or identifier for this entity from the solution where it was imported from.
Your own structured key-value data for this price.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.