Preview

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

CreateQuoteItemInput

Input for creating a quote item

This page contains

    Fields

    pricingPlanId ID

    Pricing plan ID (required if subscriptionId and productId are not provided; productId will be derived from pricing plan)

    productId ID

    Product ID (required if subscriptionId and pricingPlanId are not provided; pricingPlanId will be derived from product). Internal ID, not the Catalog reference ID

    editionId ID

    Edition ID (optional; when provided with productId, only pricing plans for that edition are considered). Internal ID, not the Catalog reference ID

    subscriptionId ID

    Subscription ID (required if pricingPlanId and productId are not provided)

    units [QuoteItemUnitInput!] PREVIEW

    Unit quantities

    subscriptionCustomAttributes CustomAttributeMap

    Custom subscription attributes

    vendorRequiredFields CustomAttributeMap

    Vendor-required fields

    contractConfiguration QuoteContractConfigurationInput PREVIEW

    Contract configuration

    allocationConfiguration QuoteAllocationConfigurationInput PREVIEW

    Allocation configuration

    provisioningConfiguration QuoteProvisioningConfigurationInput PREVIEW

    Provisioning configuration

    billingConfiguration QuoteBillingConfigurationInput PREVIEW

    Billing configuration

    parentItemId ID

    Reference to parent item (for addons or unit transfers)

    parentItemAssociationType QuoteItemAssociationType PREVIEW

    Association type between this item and the parent item

    referenceId String

    Item reference ID for unit transfers