> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/invoice-product-revenue-summary.md).

# InvoiceProductRevenueSummary

### Fields

#### product ([Product](/graphql-api/api-reference/objects/product.md))

The product this revenue summary belongs to.

#### productId ([ID](/graphql-api/api-reference/objects/id.md)!)

The database ID of the product.

#### quantity ([Int](/graphql-api/api-reference/objects/int.md)!)

The total quantity invoiced for this product.

#### revenueExcludingTaxTotalCents ([Int](/graphql-api/api-reference/objects/int.md)!)

Total product revenue excluding tax in cents.

#### revenueIncludingTaxTotalCents ([Int](/graphql-api/api-reference/objects/int.md)!)

Total product revenue including tax in cents.

#### totalCount ([Int](/graphql-api/api-reference/objects/int.md)!)

The total number of invoice line items for this product.
