You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > ProductMetaField

ProductMetaField type

Signature:

export type ProductMetaField = {
	type?: string;
	namespace?: string;
	key?: string;
	value?: string;
};