GET /api/stores/{storeId}/history/{fromDate}/{toDate}
GET
/api/stores/{storeId}/history/{fromDate}/{toDate}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId*
Typestring
RequiredPattern
"\\d+"
fromDate*
Typestring
RequiredPattern
"[^/]+"
toDate*
Typestring
RequiredPattern
"[^/]+"