Home > widget-integration > ProductListingQueryParams

ProductListingQueryParams type

Signature:

export type ProductListingQueryParams = {
	product_id: string | number;
	quickview_widget_id?: string;
};