Interface MetafieldBulkParams

Parameters for bulk operations on metafields

interface MetafieldBulkParams {
    key?: string;
    namespace?: string;
    value_type?: MetafieldValueType;
}

Properties

key?: string

Filter by key

namespace?: string

Filter by namespace

value_type?: MetafieldValueType

Filter by value type