Home > widget-integration > ProductListingMetafield
ProductListingMetafield type
Signature:
export type ProductListingMetafield = {
namespace: string;
key: string;
type: string;
value: string;
};
Home > widget-integration > ProductListingMetafield
Signature:
export type ProductListingMetafield = {
namespace: string;
key: string;
type: string;
value: string;
};