addQuoteItems
Add items to a quote
This page contains
Arguments
| input AddQuoteItemsInput! PREVIEW |
AddQuoteItemsInput fields
| quoteId ID! | Quote to add items to |
| items [CreateQuoteItemInput!]! PREVIEW | Items to add |
Return Fields
| items [QuoteItem!] PREVIEW | Added items |
| userErrors [AddQuoteItemsError!] PREVIEW | Errors that prevented some items from being added |
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.