updateQuoteItem
Update a quote item
This page contains
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.