Get daily sales

Retrieve daily sales totals per location for a date range. Each entry includes totalSales (aggregated from transactions) and projectedSales (set via Set projected sales). Required query parameters: startDate and endDate (ISO 8601, YYYY-MM-DD). Optionally filter by locationIds; if omitted, all account locations are included. Only days with stored daily aggregation data are returned; days with no data are omitted (not returned as zero). To record or change actual sales, use the Create transactions endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Start of the date range, inclusive, in ISO 8601 format (YYYY-MM-DD). Must be used with endDate.

string
required

End of the date range, inclusive, in ISO 8601 format (YYYY-MM-DD). Must be on or after startDate.

locationIds
array of integers

Filter by location IDs from the Get locations endpoint. Omit to include all account locations. If any ID is invalid, the request fails.

Locationids
Responses

400

Invalid parameters (e.g. endDate before startDate, unknown locationIds).

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json