1. Home
  2. Product Data Syndication

How to implement DataPorts?

Check the GitHub documentation how to implement DataPorts.

Use DataPorts to exchange data between 2 parties. In this scenario the product & trade hierarchy data will be exchanged from SyncForce to another party.

In SyncForce, per trade hierarchy is defined to which DataPort the data needs to be exchanged. On releasing this trade hierarchy or on releasing the entire product, the product & trade hierarchy data is published to the DataPort.

The receiving party will implement the functionality to receive the data and to process it on their end. Check the following documentation for sample applications and guidelines for implementing DataPorts:

When the DataPort is configured in SyncForce, the following information is shared in order to implement DataPorts:

  • You will receive the 'DeviceId' and the 'SharedAccessKey' for the Cloud and for the Live environment. These are needed in the DataPort implementation on the receiving party's end.