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.