Interface MetafieldBulkResponse

Response for bulk operations

interface MetafieldBulkResponse {
    count: number;
    errors?: string[];
    status: "success" | "partial" | "failed";
}

Properties

Properties

count: number

Number of affected metafields

errors?: string[]

Error details if any

status: "success" | "partial" | "failed"

Operation status