Last update:
June 7, 2024
cancelQuoteRequest mutation¶
This mutation cancels a specific quote request.
Arguments¶
The CancelQuoteCommandType!
is used for a command to cancel a quote.
Field | Description |
---|---|
quoteId String! |
The Id of the quote to be canceled. |
comment String! |
A comment or reason for canceling the quote. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Information about the order. |