Announcements
Hi,
I have a requirement where I need to call Amazon API from D365 to pass Shipment Tracking # details.
The exact event where I need to call is at pack screen which is customized already.
Currently in pack screen when user click create label, we call Carrier service (FedEx, UPS etc.,) and in response we got tracking #. This tracking # is send to Amazon or respective e-commerce platform using BYOD. This step is good but take time.
So we thought of alternate methods. One such method is calling external API immediately after we received tracking. I want to know whether this method is OK. In production whether Microsoft will allow calling external API calls made from D365.
Regards,
Manivannan
Hi Manivannan,
Please first go with standard documentation:
docs.microsoft.com/.../consume-external-web-service
And here is a example:
Hope this helps.
Yes, calling external web services is allowed (and quite common) - nobody is going to restrict that. You just must be careful about performance; for example, a common mistake is making web service calls (which take a lot of time and may fail for various reasons) from inside database transactions.
André Arnaud de Cal...
294,060
Super User 2025 Season 1
Martin Dráb
232,858
Most Valuable Professional
nmaenpaa
101,158
Moderator