QuoteVersionPricing
Detailed pricing breakdown for a quote version item
This page contains
Fields
| costType: String! | Specific type of cost |
| description: String | Human-readable description of the cost |
| quantity: Decimal | Quantity of units for this pricing line |
| salePrice: Decimal! | Sale price charged to customer per unit |
| totalSalePrice: Decimal! | Total sale price (quantity x sale price) |
| wholesalePrice: Decimal | Wholesale price (partner cost) |
| vendorCostPlain: Decimal | Plain vendor cost value |
| unit: String | Unit type for per-unit pricing |
| customPriceDetails: [QuoteVersionCustomPriceDetail!] PREVIEW | Custom price details if custom pricing is applied |
Parent objects of QuoteVersionPricing
| QuoteVersionItem PREVIEW | Individual item within a quote version representing a product to be purchased |