Preview

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

quoteFinalizationStatus

Get the current finalization status of a quote. Use this to poll for completion after calling triggerQuoteFinalizationProcess mutation. Poll until status is COMPLETED or FAILED.

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

    ROLE_PARTNER_READ

    Arguments

    quoteId ID!

    Quote ID to check finalization status for

    Return Fields

    QuoteFinalizationProcess! PREVIEW

    Quote finalization process for async status polling

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.