Overview
Retrieves statistical analysis on Buyer Searches against your ChannelAdvisor Store.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| startDateUTC | datetime | Beginning Date-Time (UTC) to analyze searches for (NOTE: Must be within 7 days of Today) |
| endDateUTC | datetime | Ending Date-Time (UTC) to analyze searches for (NOTE: Must be within 3 days of startDateUTC) |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| GetSearchAnalysisStatsResult | APIResult<StoreSearchAnalysisResult> |
If the Status property of the return object is set to Success, then the ResultData property will be set to an object containing the statistical analysis of the Buyer Searches. |
Notes:
- N/A