Last update:
June 7, 2024
changeQuoteItemQuantity mutation¶
This mutation changes the items quantity in the quote request.
Arguments¶
The ChangeQuoteItemQuantityCommandType!
represents a command for adjusting item quantities in a quote request.
Field | Description |
---|---|
quoteId String! |
The Id of the quote request to be updated. |
lineItemId String! |
The Id of the specific line item to be modified. |
quantity Int! |
The new quantity for the line item. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Information about the order. |