Preview

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

updateQuoteItem

Update a quote item

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 UpdateQuoteItemInput! PREVIEW

    UpdateQuoteItemInput fields

    quoteId ID!

    Quote ID to update

    itemId ID!

    Quote item ID to update

    pricingPlanId ID

    Updated pricing plan

    subscriptionId ID

    Updated subscription

    units [QuoteItemUnitInput!] PREVIEW

    Updated unit quantities

    customPrices [QuoteCustomPriceInput!] PREVIEW

    Custom prices per cost

    subscriptionCustomAttributes CustomAttributeMap

    Updated custom subscription attributes

    vendorRequiredFields CustomAttributeMap

    Updated vendor-required fields

    contractConfiguration QuoteContractConfigurationInput PREVIEW

    Updated contract configuration

    allocationConfiguration QuoteAllocationConfigurationInput PREVIEW

    Updated allocation configuration

    provisioningConfiguration QuoteProvisioningConfigurationInput PREVIEW

    Updated provisioning configuration

    billingConfiguration QuoteBillingConfigurationInput PREVIEW

    Updated billing configuration

    Return Fields

    item QuoteItem PREVIEW

    Updated quote item

    userErrors [UpdateQuoteItemError!] PREVIEW

    Update errors

    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.