The GetCustomerStatistics function returns a CustomerStatistics object for the given primary key.
Method | /GetCustomerStatistics |
The request body is of type GetCustomerStatistics.
Name | Description | Data Type |
---|---|---|
customerId | xml:int | |
storeId | xml:int | |
dateFrom | xml:dateTime | |
dateTo | xml:dateTime | |
isSaleOnly | BooleanFilter |
|
The response body is of type GetCustomerStatisticsResponse.
Name | Description | Data Type |
---|---|---|
GetCustomerStatisticsResult | CustomerStatisticsInfo |
|