Retail Module API
Basket analysis and demand forecasting.
Basket Affinity
Learns product relationships.
POST
/api/v1/industry/retail/basket-affinityAnalyze Affinity
Market basket analysis on orders.
{
"prediction": [
"butter",
"eggs"
],
"confidence": 0.88,
"analysis": "Strong affinity with dairy products"
}Demand Spike Early Warning
Predict sudden demand surges.
POST
/api/v1/industry/retail/demand-spikePredict Demand Spike
Monitors order velocity trends.
{
"prediction": "spike-likely",
"confidence": 0.91,
"analysis": "High velocity trend detected"
}