Last update:
June 7, 2024
removeQuoteItem mutation¶
This mutation removes a product item from the quote request.
Arguments¶
The RemoveQuoteItemCommandType!
represents a command for removing a product item from the 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. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Information about the order. |