Preview

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

triggerQuoteFinalizationProcess

Trigger quote finalization asynchronously - returns process tracker for monitoring finalization progress

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_SALES_SUPPORT

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input TriggerQuoteFinalizationProcessInput! PREVIEW

    TriggerQuoteFinalizationProcessInput fields

    quoteId ID!

    Quote to finalize

    Return Fields

    process QuoteFinalizationProcess PREVIEW

    Finalization process information

    userErrors [TriggerFinalizationError!] PREVIEW

    Errors that prevented process from starting

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.