When we link Magento and Paypal, would like to have a function that allows to send tracking number from Magento to PayPal.
Hello @kiwikawa667a7b
Currently there is no such feature from admin, you need to call API for update tracking number.
https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-create-shipment.html
You can pass Tracking no. while doing shipment.
hope it will help you to resolve your query.
There is no PayPal API created to handle it for now.
For future refence, I've answered that question here