Skip to content

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
Required
Pattern"\\d+"
fromDate*
Typestring
Required
Pattern"[^/]+"
toDate*
Typestring
Required
Pattern"[^/]+"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python