Home > widget-integration > CombinedProductListingsController > primeCombinedListingState

CombinedProductListingsController.primeCombinedListingState() method

Fetch and cache combined listing data with deduplication. If a fetch is already in progress, waits for it instead of fetching again.

Signature:

protected primeCombinedListingState(productId: string | number): Promise<void>;

Parameters

Parameter

Type

Description

productId

string | number

Returns:

Promise<void>