Home > widget-integration > ProductItemVariant

ProductItemVariant type

Signature:

export type ProductItemVariant = {
	available: boolean;
	barcode: string;
	compare_at_price: string | null;
	fullfillment_service: string;
	id: string;
	image: string | null;
	inventory_management: string;
	inventory_policy: string;
	inventory_quantity: number;
	merged_options: Array<string>;
	original_merged_options?: Array<string>;
	price: string;
	sku: string;
	title: string;
};