I want to receive tracking number splitted by order items

Basically, when an order gets fulfilled, I receive an string with the tracking number, and an array with a list of tracking numbers (using the fulfillment webhook), but I want to split the tracking number per order item/line item.

Thanks in advance!