Home > widget-integration > BackInStockService > updateBackInStockDisplay
BackInStockService.updateBackInStockDisplay() method
Signature:
updateBackInStockDisplay(product: BackInStockProduct, productSettings: BackInStockProductSettings): Promise<{
showNotifyButton: boolean;
}>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
product | ||
|
productSettings |
Returns:
Promise<{ showNotifyButton: boolean; }>