Multiple Funciton Calls in a Single API Request
Overview
The Miva JSON API supports both single function requests as well as multiple function requests in a single call. This gives you the flexability combine multiple requests into a single API call reducing the number of overall calls needed.
Examples
Single Request & Response
Multiple iterations of the same function
This allows you to call the same function multiple times in a single call. An example of this would be updating inventory for multiple products all within a single call.
Multiple separate function calls
Combinations are possible too: