Home > widget-integration > ProductInfoInventoryStatusSettings
ProductInfoInventoryStatusSettings type
Signature:
export type ProductInfoInventoryStatusSettings = ProductInfoElementSettings<{
inStockColor?: string;
lowStockColor?: string;
soldOutColor?: string;
lowInventoryThreshold?: number;
}>;
References: ProductInfoElementSettings