QuoteVersion
A snapshot of a quote that can be shared with customers for approval
This page contains
Fields
| id: ID! | Unique identifier for the quote version |
| displayId: String | Human-readable display identifier for external reference |
| name: String | User-defined name for the quote version |
| createdOn: DateTime! | When the quote version was created |
| status: QuoteVersionStatus! PREVIEW | Current status of the quote version |
| ownerUser: User! PREVIEW | Sales agent responsible for the quote version |
| customerUser: User PREVIEW | End customer for the quote version |
| createdByUser: User PREVIEW | User who originally created the quote version |
| currency: Currency | Currency for all pricing in this quote version |
| source: QuoteVersionSource! PREVIEW | Source reference linking this version to its parent entity |
| items: [QuoteVersionItem!] PREVIEW | Items included in this quote version (may be null or empty; OpenAPI Quote.items is optional with no minItems) |
| pricingTotals: QuoteVersionPricingTotals PREVIEW | Pricing totals and summary for the entire quote version |
| purchaseCustomAttributes: CustomAttributeMap | Custom attributes for purchase flexibility and partner-specific data |
| availableActions: [QuoteVersionAction!]! PREVIEW | Actions currently available for this quote version based on status and permissions |
| comments(sortDirection: OrderDirection, first: Int, after: String, last: Int, before: String): QuoteVersionCommentConnection! | Comments associated with this quote version, resolved lazily via its source reference (Relay pagination) |
| validation: QuoteVersionValidation! PREVIEW | Validation results for this quote version, resolved lazily |
Implements
Parent objects of QuoteVersion
| QuoteVersionConnection PREVIEW | Relay-compliant connection for quote versions |
Mutations for QuoteVersion
| createQuoteVersion PREVIEW | Create a new quote version from a source entity |
| executeQuoteVersionAction PREVIEW | Execute an action on a quote version |
Queries for QuoteVersion
| quoteVersion PREVIEW | Retrieve a single quote version by ID |
| quoteVersions PREVIEW | Retrieve paginated list of quote versions with filtering |