Get recent daily sales by store (location).
This a concise data set that suits best for displaying a graph. To get a full sales report, see getSalesReport.
See also getSalesTotalsByEmployeeAndDay, getSalesTotalsByEmployeeAndMonth, and getSalesTotalsByWarehouseAndMonth.
Parameter name | Description | Possible value | Required |
---|---|---|---|
numberOfGroups | Number of warehouses (locations) to retrieve. By default, API returns 50 locations (top locations by total sales during the selected period). 50 is also the largest number that can be requested, but this limit can be changed with a configuration parameter. |
integer | |
numberOfPeriods | Number of days. Specifying By default, API returns last 30 days. 30 is also the largest number that can be requested, but this limit can be changed with a configuration parameter. |
integer |
Field name | Type | Description |
---|---|---|
total | number | Total sales. In US, this is net sales total. In other countries, this is the sales total with VAT. |
date | ISO date (yyyy-mm-dd) | |
warehouseID | integer |