v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Org Statistics
Returns the statistical information of the org which contains count of stores, zones, tills, loyalty customers, and products sold; average transaction amount, basket size and so on.
get/organization/statistics
Query parameters
format'xml' | 'json'
Preferred response format.
Response
200
Example response
{
"response": {
"status": {
"success": "true",
"code": "200",
"message": "SUCCESS"
},
"organization": {
"statistics": {
"avg_basket": "1.07142857143",
"avg_transaction_value": "11796.5054945",
"customers": "223",
"stores": "2",
"products": "5"
}
}
}
}