Parameters
1 query
Query parameters
· 1groupCodestringOptionalFilter statistics by order group code.
Example
eshopReturns aggregated order statistics, optionally filtered by order group.
1 query
groupCodestringOptionalFilter statistics by order group code.
eshop1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/order/statistics
curl -X GET "https://api.bizkithub.com/bff/order/statistics?groupCode=eshop" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.