OrderUnifiedLineItem
A line item within a unified order.
This page contains
Fields
| id: ID! | Line item identifier. |
| productName: String | Product display name. |
| providerName: String | Provider display name. |
| itemDescription: String | Line item description. |
| itemType: String | Line item type. |
| itemUnits: Int | Number of units. |
| itemPrice: Float | Unit price. |
| itemTotalPrice: Float | Total price for this line item. |
| mrr: Float | Monthly recurring revenue for this line item. |
| nrr: Float | Net recurring revenue for this line item. |
Parent objects of OrderUnifiedLineItem
| OrderUnifiedItem PREVIEW | An order in the unified system. |
Queries for OrderUnifiedLineItem
| orderUnifiedDetailByAdvisorId PREVIEW | Full order detail including line items, scoped to advisor. Returns null when not found. |
| orderUnifiedDetailByMarketplaceTenant PREVIEW | Full order detail including line items, scoped to marketplace tenant. Returns null when not found. Authorized for ROLE_CHANNEL_ADMIN only. |