Preview

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

createQuoteVersion

Create a new quote version from a source entity

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

    Arguments

    input CreateQuoteVersionInput! PREVIEW

    CreateQuoteVersionInput fields

    name String

    Optional name for the quote version

    createdBy QuoteVersionCreatedByInput PREVIEW

    User who is creating the quote version

    source QuoteVersionSourceInput! PREVIEW

    Source entity to create the version from

    Return Fields

    quoteVersion QuoteVersion PREVIEW

    Created quote version (null if creation failed)

    userErrors [CreateQuoteVersionError!] PREVIEW

    Validation errors that prevented creation

    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.