Interface CreateMetafieldData

Data for creating a metafield

interface CreateMetafieldData {
    description?: string;
    key: string;
    namespace: string;
    value: string;
    value_type: MetafieldValueType;
}

Properties

description?: string

Description of the metafield

key: string

Key name for the metafield

namespace: string

Namespace for the metafield

value: string

Metafield value

value_type: MetafieldValueType

Type of the value