Hi
I’m wanting to do a carrier integration for a client and I need help finding where to start.
Main consideration: Should I be sending POST API calls from Acumatica directly to the freight software or should I be using a third-party application to send GET requests to Acumatica then POST calls to my freight software.
If I send POST API calls from Acumatica:
- Would be the Shipment Screen be the best endpoint to look at?
- Can I trigger a POST call from this Shipment Screen? And If so can I send all the information from these endpoints?
- If I set up this POST, can I edit how the JSON is formatted in the API body?
- Should I be looking at the Carrier Label screen instead (SO645000)?
- If I did it this way, would the customisation need to be written in a complex C# customisation project? (It’s hard to write custom C# with the online hosted version of Acumatica (MYOB Advanced) used in Australia and New Zealand).
Any suggestions, experience or success stories anyone has on this topic would be appreciated.