Interface MetafieldOwnerParams

Parameters for filtering metafields by owner

interface MetafieldOwnerParams {
    owner_id: number;
    owner_type: MetafieldOwnerType;
}

Properties

Properties

owner_id: number

ID of the owner resource

owner_type: MetafieldOwnerType

Type of the owner resource