My company uses Infor CloudSuite Distribution to manage invoices for warehouse orders. A big task we have is data entry with these invoices. I'm a new programmer working on a client based application written in Python. My app extracts and encapsulates data from scanned invoices. I want to learn how to push the data that my program collects directly to Infor CSD, instead of manually entering it through the browser GUI. I believe I need to find an Infor API to work with, and use postman to integrate my Python code with the API. I've been having trouble figuring out which API I need to use for my purposes, from reading the ION API documentation it seems like there are many options to choose from that serve different functions. Is there anyone that could give me some direction?