updateQuoteItemsRequiredFields
Update required fields for multiple items
This page contains
Arguments
| input UpdateQuoteItemsRequiredFieldsInput! PREVIEW |
UpdateQuoteItemsRequiredFieldsInput fields
| quoteId ID! | Quote ID containing the items |
| itemIds [ID!]! | IDs of the items to update |
| requiredFields CustomAttributeMap! | Required fields to apply to all specified items |
Return Fields
| quote Quote PREVIEW | Updated quote with item field changes |
| userErrors [UpdateQuoteItemsRequiredFieldsError!] PREVIEW | Field 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.