Preview

QuoteSummary is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

QuoteSummary

Quote summary with costs, taxes, and totals

This page contains

    Fields

    amountDueBeforeTax: Decimal!

    Amount due before taxes

    taxSummary: [QuoteTaxDetail!]! PREVIEW

    Tax summary details

    amountDueAfterTax: Decimal!

    Amount due after taxes

    items: [QuoteItem!]! PREVIEW

    Detailed items with pricing

    recurringTotals: [QuoteTotalRecurring!]! PREVIEW

    Recurring totals by billing cycle

    credits: [QuoteProrationDetail] PREVIEW

    Credits applied to the quote

    amountDueWithoutCustomer: Decimal

    Amount due without customer context

    Parent objects of QuoteSummary

    Quote PREVIEW

    Sales quote representing a potential purchase transaction. Quotes track the complete lifecycle from initial inquiry through finalization, including items, pricing, discounts, and customer information.

    Mutations for QuoteSummary

    applyQuoteDiscount PREVIEW

    Apply discount to quote

    removeQuoteDiscount PREVIEW

    Remove discount from quote

    Queries for QuoteSummary

    quote PREVIEW

    Retrieve a single quote by ID

    quoteSummary PREVIEW

    Retrieve quote summary with costs and taxes