Infoplus API (Application Program Interface)

How to manage Inventory for Items using the Infoplus API
Some users have come to us with the request to manage inventory levels for items in Infoplus, which are not being received through Infoplus's standard R...
Wed, 31 Jan, 2018 at 1:23 PM
How to Process Orders using the Infoplus API
You can use the Infoplus API, either from a system outside of Infoplus, or from a Script within Infoplus, to automate the processing of Orders, by running a...
Fri, 5 Jun, 2020 at 1:46 PM
How to run User Reports with the Infoplus API
User Reports in Infoplus may be ran through the Infoplus API via a GET to the appropriate endpoint. To use this API call, you must use a version of t...
Mon, 10 Aug, 2020 at 2:59 PM
Working with Files in the Infoplus API
Just like when using the desktop version of Infoplus, files can be viewed and attached to any record in the system using the Infoplus API. To use any of...
Fri, 24 Jan, 2020 at 10:04 AM
How to get available quantity for an item with the Infoplus API
By hitting the item endpoint in the Infoplus API, you can retrieve all the quantity fields for an item, including Available Quantity. For more informati...
Fri, 21 Jun, 2019 at 10:27 AM
Using the API Log table
The API Log is a table in Infoplus that records all API calls that have been received by Infoplus over the API.  This includes both successful calls, as wel...
Fri, 12 Jun, 2020 at 1:22 PM
Limit Records Returned by the Infoplus API
There are times when you may wish to speed up the call returned by the Infoplus API. One way to do that is to limit the number of records returned. The best...
Thu, 27 Aug, 2020 at 10:56 AM
Recipe for Managing Order Holds Outside of Infoplus
If you have a situation where you want all of your orders to come into Infoplus, but to be placed on hold, so that they will not be released for fulfillment...
Wed, 30 Sep, 2020 at 3:57 PM