The ValueChecker Portal is a separate product that is not included in the ValueChecker API. The details listed below are only for managing access to the Portal.

Send appraisals from the Cart to the Portal Inventory

Edits to appraisals can be pushed to the Portal to be shown as items in the inventory.
This action will create a portal reference (link) if one does not exist so you do need to use the /access endpoint first to create a Portal reference.
All rows of data in the Portal will be overwritten by the Cart rows (Cart row 1 overwrites Inventory row 1 etc..)
The override behavior will be changed in a future release to allow for more control over data persistence.

Load Inventory items from the Portal to the Cart

Items are loaded into client_references and are evaluated with RPs to become appraisals.
This action will create a portal reference (link) if one does not exist so you do need to use the /access endpoint first to create a Portal reference.
Be careful with this endpoint on very large inventories, as our background processing gets triggered on every invocation regardless of the force_load parameter presence.
This endpoint has a throttle of 30 seconds per client_reference_id. If you invoke before that threshold, you will get a Status 429 response.