Preview

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

UpdateQuoteItemInput

Input for updating quote item

This page contains

    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

    Mutations for UpdateQuoteItemInput

    updateQuoteItem PREVIEW

    Update a quote item