Two new actions have been added to the Infoplus API for working with files attached to records in Infoplus.
You can now list the files associated with a record in Infoplus through the Infoplus API. The results of this API call will include both files that users attached to records, as well as system-generated files, such as Parcel Labels and Packing Slips.
Here's a sample of an API call, listing 2 files attached to an order: The Parcel Label generated by Infoplus, and a receipt uploaded by the customer as a User File:
The Infoplus API has also been updated, so that you can now attach a file to a record by supplying a URL to the file, rather than uploading the file contents. This alternative approach to attaching files can be easier to use than the existing upload API call. It can also be combined with the file listing call described above, to create an easy way to copy files from one record to another.
These new functions can also be accessed via Infoplus Scripts, with two new functions on the infoplusApi object.