item_id is the ID of the item, not the record ID:
from VuFind documentation: "item_id - the item (as opposed to bibliographic) identifier (optional)" -> when parsing JSON take $item["id"] as item_id
Please register or sign in to comment
from VuFind documentation: "item_id - the item (as opposed to bibliographic) identifier (optional)" -> when parsing JSON take $item["id"] as item_id