Return Tracking Status in Click & Drop API
In order to support a fully automated business there is a need for us to be able to verify if a package arrived via an API, not via a report.
There is currently a older royal mail tracking API but it is locked down to high volume users.
I note that work has been carried out recently to add a tracking status on the orders page within Click & Drop. However, this information is not included on the Click & Drop API.
When calling the following endpoints via Click & Drop API,
It returns the tracking number, but unlike the Click & Drop Web Portal it does not state the tracking status. (Delivered etc)
https://api.parcel.royalmail.com/#tag/Orders/operation/GetSpecificOrdersAsync
https://api.parcel.royalmail.com/#tag/Orders/operation/GetOrdersAsync
Can these API's be updated to reflect that state in Click and Drop Portal?
If this is not possible, can the status be added to the report, and can the report be generated via the API,
Perhaps using a POST /reports?type=manifest&start=2024-01-01&end=2024-01-31?
Thanks.