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
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Optional | string | CartId of the cart from which the quote will be created. {string} QuoteStarter |
quoteCode | Optional | string | Code of the quote for the requote action. {string} QuoteStarter |