API Flows

API Flows are used for ION API Orchestration. You can define synchronous business flows in which you can chain more APIs, execute conditional logic and expose the whole flow as a new API.

For example, you can model an Inventory check flow or a Price check flow. You can evaluate conditions in the request and invoke different ION APIs to get the data. You can enrich the response by adding more data from additional ION APIs. The final response can be presented back in the client preferred format. Only JSON request body and JSON response are supported by ION API Flows.