QuotePricingDetail
Detailed pricing breakdown for a quote item
This page contains
Fields
| costId: String | Unique cost identifier |
| costTypeCategory: QuoteCostTypeCategory PREVIEW | Category of the cost (recurring vs one-time) |
| frequency: QuotePricingPeriod PREVIEW | Billing frequency for this cost |
| costType: QuoteCostType PREVIEW | Specific type of cost |
| pricingStrategy: QuotePricingStrategy! PREVIEW | Pricing strategy used |
| priceRanges: [QuotePriceRange!]! PREVIEW | Price ranges for volume pricing |
| priceRange: QuoteRange PREVIEW | Specific price range for this pricing item |
| description: String | Human-readable description of the cost |
| unit: String | Unit type for per-unit pricing |
| quantity: Decimal | Quantity of units for this pricing line |
| salePrice: Decimal! | Sale price charged to customer |
| wholesalePrice: Decimal | Wholesale price (partner cost) |
| marketplaceWholesalePrice: Decimal | Marketplace wholesale price |
| totalSalePrice: Decimal! | Total sale price (quantity × sale price) |
| basePrice: Decimal | Base price before any modifications |
| totalBasePrice: Decimal | Total base price |
| vendorCostPlain: Decimal | Vendor cost plain |
| vendorCost: QuoteVendorCost PREVIEW | Vendor cost information |
| customPriceDetails: [QuoteCustomPriceDetail!] PREVIEW | Custom price details if custom pricing is applied |
| supportsCustomPrice: Boolean! | Whether custom pricing is supported for this cost |
| prorationDetail: QuoteProrationDetail PREVIEW | Proration details for mid-cycle billing |
Parent objects of QuotePricingDetail
| QuoteItem PREVIEW | Individual item within a quote representing a product to be purchased |
| QuotePricingPlanCosts PREVIEW | Pricing plan costs for quote planning |
Queries for QuotePricingDetail
| pricingPlanCosts PREVIEW | Get pricing plan costs for quote planning |