profitMarginsByProduct
query
Profit margins by product
Retrieves profit margin data grouped by product, showing cost, revenue, and margin for each.
query {
profitMarginsByProduct(companyId: Int!, options: ProfitMarginsOptions): ProfitMarginsByProduct!
}Returns: ProfitMarginsByProduct!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProfitMarginsOptions |