Connects to your planning stack in under a day.
No IT project. No custom development. Ready-made connectors for the tools supply chain teams actually use — ERP, demand planning, data warehouses, and direct CSV.
Ready-made for the tools you're already running.
Your data team installs the connector — no custom development, no IT ticket queue. Each connector is preconfigured for the data schema and authentication method of its target system.
SAP IBP
Integrated Business Planning. Pulls historical sell-in/sell-out data and demand signal baseline. Supports IBP for Demand and Supply modules.
Oracle Demantra
Demand management and trade planning integration. Extracts baseline demand history and seasonal indices per SKU and channel.
Blue Yonder Luminate
Demand planning and replenishment module. Pulls SKU-level forecast history and actuals for baseline calibration.
Kinaxis RapidResponse
Supply chain planning platform. Reads demand plan actuals and supply constraints for baseline and output integration.
o9 Solutions
Integrated business planning platform. Pulls demand signals, actuals, and SKU performance data through the o9 REST API.
Infor M3
ERP for process manufacturers. Integrates with Infor M3's demand planning and inventory management modules for CPG-specific data structures.
Snowflake
Data warehouse connector for teams that have already centralized their POS and ERP data in Snowflake. Direct SQL query integration against your demand tables.
Microsoft Dynamics 365
Dynamics 365 Supply Chain Management. Connects to demand forecasting and inventory management modules via Microsoft Graph API.
NetSuite
Oracle NetSuite ERP. Pulls transaction-level demand history, purchase orders, and inventory data for smaller to mid-market CPG brands on NetSuite.
CSV / Excel Direct
No ERP required. Upload your POS scan data and sales history directly as CSV or Excel. Fastest path to first forecast — working within hours of file upload.
REST API (Custom)
Build your own integration using the Heatvelo REST API. POST your POS data, receive enriched forecast JSON back. Full documentation available after pilot sign-up.
Retail Data APIs
Direct integration with retailer-provided scan data APIs (Walmart Retail Link, Kroger Partner API, Target Partners). Pulls sell-through at retail without ERP intermediary.
Build your own integration in a day.
For technical teams who prefer direct API integration. POST your POS data, receive enriched forecast JSON back. Authentication via API key — no OAuth dance required for pilot tier.
// Request — send your POS baseline
{
"api_key": "htvo_live_xxxxxxxxxxxx",
"forecast_horizon_weeks": 12,
"region": "US-MIDWEST",
"skus": [
{
"sku_id": "SKU-B12",
"category": "cold-brew",
"pos_history_weeks": 104,
"units_by_week": [2100, 2240, 2380, "..."]
}
]
}
// Response — enriched 12-week forecast
{
"forecast_id": "fc_20260627_B12",
"generated_at": "2026-06-27T06:14:22Z",
"skus": [
{
"sku_id": "SKU-B12",
"weeks": [
{
"week": 1,
"forecast_units": 2840,
"confidence_low": 2721,
"confidence_high": 2959,
"signal_flags": []
},
{
"week": 3,
"forecast_units": 3520,
"confidence_low": 3372,
"confidence_high": 3668,
"signal_flags": [
{
"type": "weather",
"description": "+8°F temperature deviation above seasonal baseline",
"demand_impact_pct": +23.9
}
]
}
]
}
]
}
How your POS data is handled.
Note: Heatvelo is a bootstrapped early-stage company. We have not yet pursued SOC 2 Type II certification. These data handling practices are contractually binding in our service agreement, but third-party audited certification is on our roadmap for 2027. If your procurement process requires SOC 2 today, this is something to discuss with Tobias directly before starting a pilot.
Don't see your planning tool?
Tell us what you're running. If it exposes a data API or exports CSVs, we can almost certainly build a connector. Describe your stack and we'll tell you the setup timeline.
Or reach Tobias directly: [email protected]