Get traking information by order id

Can provide me information,

How to get tracking information by order id.

Here I have OrderID and since we have two endpoint for Tracking as

/tracking/
/tracking/tracking_id/

I am calling orderbyid endpoint to get trackingid and again calling trackingbyid endpoint to get tracking information.

So, Is it possible to get tracking information by orderid in single endpoint call?

and tracking information also available in order response but need to parse in object which will get created with unnecessary properties.

There is no tracking by order id at this time.

You can see the shipping info in the order response as you’ve mentioned.

Similar question: How to get specific order shipping cost by order number or order id