Interface Metafield

Metafield information

interface Metafield {
    created_on: string;
    description?: string;
    id: number;
    key: string;
    namespace: string;
    owner_id: number;
    owner_type: MetafieldOwnerType;
    updated_on: string;
    value: string;
    value_type: MetafieldValueType;
}

Properties

created_on: string

Creation timestamp

description?: string

Description of the metafield

id: number

Unique identifier

key: string

Key name for the metafield

namespace: string

Namespace for the metafield

owner_id: number

Owner resource ID

owner_type: MetafieldOwnerType

Owner resource type

updated_on: string

Last update timestamp

value: string

Metafield value

value_type: MetafieldValueType

Type of the value