{
"customerIds": [
"string"
],
"startDate": "2019-08-24T14:15:22.123Z",
"salesTypes": "string",
"financialStatuses": "string",
"seriesIds": "string"
}curl --location 'https://platform.shopranos.eu/api/internal/orders/history/batch' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"customerIds": [
"string"
],
"startDate": "2019-08-24T14:15:22.123Z",
"salesTypes": "string",
"financialStatuses": "string",
"seriesIds": "string"
}'