Streams
Your integration data stream.
Last updated
Was this helpful?
Your integration data stream.
Last updated
Was this helpful?
In HighCohesion the stream configuration contains all the information for our system to run the integration. Streams are made up of three main components:
Contains the configuration for which data to use.
Contains the configuration for which file to use.
Contains the configuration to send the data to the system.
The data type used on the stream should be relative to entity contained within. For consistency we recommend that you use singular, lowercase words with no spaces. Underscores are allowed. Examples of this are:
Sales Orders = sales_order
or order
Products = product
Refunds = refund
Stock Trades = stock_trade
Shipments = shipment
or fulfilment
Purchase Orders = purchase_order
Goods Receipts = goods_receipt
or grn
The settings is for adding any additional settings or config for the stream. Settings in this box should follow the basic TOML formatting. ()