Skip to content
Last update: June 7, 2024

createQuote mutation

This mutation creates a new quote.

Arguments

The CreateQuoteCommandType! represents the input required to create a new quote.

Field Description
storeId String! The Id of the store where the quote is created.
userId String! The Id of the user requesting the quote.
currencyCode String! The currency code for the quote.
cultureName String! The culture name for the quote.

Possible returns

Possible return Description
QuoteType Information about the created quote.