Streams
Your integration data stream.
In HighCohesion the stream configuration contains all the information for our system to run the integration. Streams are made up of three main components:
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
ororder
- Products =
product
- Refunds =
refund
- Stock Trades =
stock_trade
- Shipments =
shipment
orfulfilment
- Purchase Orders =
purchase_order
- Goods Receipts =
goods_receipt
orgrn
The settings is for adding any additional settings or config for the stream. Settings in this box should follow the basic TOML formatting. (https://github.com/toml-lang/toml)
Last modified 1yr ago