Home > widget-integration > ProductItemsInfoElements

ProductItemsInfoElements type

Signature:

export type ProductItemsInfoElements = {
	title?: ProductInfoTitleSettings;
	vendor?: ProductInfoVendorSettings;
	price?: ProductInfoPriceSettings;
	inventoryStatus?: ProductInfoInventoryStatusSettings;
	[swatches: `swatches.${number}`]: ProductSwatchItemSettings;
	qvBtn?: ProductItemCTASettings;
	selectOptionBtn?: ProductItemCTASettings;
	goToDetailBtn?: ProductItemCTASettings;
	rating?: boolean;
};

References: ProductInfoTitleSettings, ProductInfoVendorSettings, ProductInfoPriceSettings, ProductInfoInventoryStatusSettings, ProductSwatchItemSettings, ProductItemCTASettings