Interface MetafieldListParams

Parameters for listing metafields

interface MetafieldListParams {
    created_on_max?: string;
    created_on_min?: string;
    fields?: string[];
    key?: string;
    limit?: number;
    namespace?: string;
    page?: number;
    updated_on_max?: string;
    updated_on_min?: string;
    value_type?: MetafieldValueType;
}

Hierarchy (view full)

Properties

created_on_max?: string

Filter by creation date range end

created_on_min?: string

Filter by creation date range start

fields?: string[]

Fields to include in the response. Use comma-separated values: 'id,name,created_on'

key?: string

Filter by key

limit?: number

Number of items per page. Maximum value varies by endpoint.

namespace?: string

Filter by namespace

page?: number

Page number (1-based).

updated_on_max?: string

Filter by update date range end

updated_on_min?: string

Filter by update date range start

value_type?: MetafieldValueType

Filter by value type