Home > widget-integration > ProductListingMetafield

ProductListingMetafield type

Signature:

export type ProductListingMetafield = {
	namespace: string;
	key: string;
	type: string;
	value: string;
};