Home > widget-integration > BackInStockService > updateBackInStockDisplay

BackInStockService.updateBackInStockDisplay() method

Signature:

updateBackInStockDisplay(product: BackInStockProduct, productSettings: BackInStockProductSettings): Promise<{
		showNotifyButton: boolean;
	}>;

Parameters

Parameter

Type

Description

product

BackInStockProduct

productSettings

BackInStockProductSettings

Returns:

Promise<{ showNotifyButton: boolean; }>