You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > ProductInfoInventoryStatusSettings

ProductInfoInventoryStatusSettings type

Signature:

export type ProductInfoInventoryStatusSettings = ProductInfoElementSettings<{
	inStockColor?: string;
	lowStockColor?: string;
	soldOutColor?: string;
	lowInventoryThreshold?: number;
}>;

References: ProductInfoElementSettings