Get sales summary
Developing
Aggregated totals for the current filter set.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/sales/summary?locationId&customerId&dateFrom&dateTo&status' \
--header 'Authorization: Bearer <token>'
Responses
{
"totalSales": 0,
"totalAmount": "string",
"totalQuantity": 0,
"averageAmount": "string"
}
Modified at 2025-11-25 14:45:43