Alokai

QuoteStarter

Object representing ways of creating new quote - by cartId for creating a new quote from the cart, by quoteCode for the requote action QuoteStarter

export interface QuoteStarter {
	'cartId'?: string;
	'quoteCode'?: string;
}

Properties

NameRequiredTypeDescription
cartIdOptionalstringCartId of the cart from which the quote will be created. {string} QuoteStarter
quoteCodeOptionalstringCode of the quote for the requote action. {string} QuoteStarter

On this page