Skip to main content

Supply Chain Framework 1.4.x

InterSystems Supply Chain Orchestrator™ includes the InterSystems Supply Chain Framework. This page lists the changes in version 1.4.x of the Supply Chain Framework.

Features

The main feature in this release is the bulk upload API, which allows large amount of data be uploaded to Supply Chain Orchestrator asynchronously. The bulk upload API for supply chain data enables you to:

  • Upload CSV files via direct attachments or from a cloud storage

  • Upload supporting metadata related to mapping, default values, and transformations.

  • Specify user defined priority

  • Monitor status and retrieve upload results through APIs

This release also includes framework enhancements related to future support for cloud services, and it fixes bugs.

API Changes

The supply chain data API (/api/scdata/v1) now includes the following new end points, which enable you to perform asynchronous bulk uploads of data:

  • POST {{IRIS-SERVER}}/api/scdata/v1/bulkupload—for submitting a file to Supply Chain Orchestrator to be loaded into the supply chain data model

  • GET {{IRIS-SERVER}}/api/scdata/v1/bulkupload/{uploadId}—for getting the upload status for submitted upload job

  • GET {{IRIS-SERVER}}/api/scdata/v1/bulkupload/details/uploadIds—for retrieving or searching for submitted upload job IDs

  • POST {{IRIS-SERVER}}/api/scdata/v1/bulkupload/error—for retrieving detailed errors for uploads

  • POST {{IRIS-SERVER}}/api/scdata/v1/bulkupload/contents/{uploadId}—for retrieving original file uploaded

There are no other changes to the APIs.

Supply Chain Data Model Changes

There is no change in the canonical supply chain data model in this release.

FeedbackOpens in a new tab