{
"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"
}'{
"property1": {
"customerId": "string",
"totalOrders": 0,
"totalUniqueProducts": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"orders": [
{
"orderId": "string",
"code": "string",
"storeId": "string",
"orderDate": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"salesType": "Retail",
"financialStatus": "Pending",
"seriesId": "string",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"title": "string",
"sku": "string",
"quantity": 0,
"unitPrice": 0,
"lineValue": 0,
"measurementUnitId": "string"
}
]
}
]
},
"property2": {
"customerId": "string",
"totalOrders": 0,
"totalUniqueProducts": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"orders": [
{
"orderId": "string",
"code": "string",
"storeId": "string",
"orderDate": "2019-08-24T14:15:22.123Z",
"totalAmount": 0,
"salesType": "Retail",
"financialStatus": "Pending",
"seriesId": "string",
"lines": [
{
"productId": "string",
"productVariantId": "string",
"title": "string",
"sku": "string",
"quantity": 0,
"unitPrice": 0,
"lineValue": 0,
"measurementUnitId": "string"
}
]
}
]
}
}