curl --request GET \
--url http://localhost:3000/v1/products/{id}/demand{
"total_orders": 123,
"total_quantity": 123,
"recent_orders": 123,
"velocity": 123,
"trend": "up",
"chart_data": [
{
"date": "<string>",
"orders": 123
}
]
}Returns 30-day demand data for a product including daily order counts, velocity, and trend analysis.
curl --request GET \
--url http://localhost:3000/v1/products/{id}/demand{
"total_orders": 123,
"total_quantity": 123,
"recent_orders": 123,
"velocity": 123,
"trend": "up",
"chart_data": [
{
"date": "<string>",
"orders": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.
Product UUID or taxonomy ID