Last update:
June 7, 2024
createQuoteFromCart mutation¶
This mutation creates a quote request from a particular cart.
Arguments¶
The CreateQuoteFromCartCommandType!
represents the arguments for CreateQuoteFromCart
.
Field | Description |
---|---|
cartId String! |
The Id of the cart from which the quote will be created. |
comment String! |
A comment for the newly created quote. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Information about the order. |