Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

QuoteHistoryLog Container

The QuoteHistoryLog container shows the complete history of actions, status changes, and updates for a quote throughout its lifecycle.

Version: 1.0.0

Configuration

The QuoteHistoryLog container provides the following configuration options:

ParameterTypeReq?Description
quoteDataNegotiableQuoteModelNoQuote data object. Auto-populated from drop-in state when omitted.

Slots

This container does not expose any customizable slots.

Usage

The following example demonstrates how to use the QuoteHistoryLog container:

import { render as provider } from '@dropins/storefront-quote-management/render.js';
import { QuoteHistoryLog } from '@dropins/storefront-quote-management/containers/QuoteHistoryLog.js';
await provider.render(QuoteHistoryLog, {
quoteData: quoteData,
})(block);