POST api/SDKExportData/QueryShopSalesAnalysis
Request Information
URI Parameters
None.
Body Parameters
ShopSalesAnalysisReportReq| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryCodes | Collection of string |
None. |
|
| Sort | SearchSort |
None. |
|
| QuerySummaryInfo | boolean |
None. |
|
| Currency | CurrencyTypeEnum |
None. |
|
| Periodic | ShopReportPeriodicEnum |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| PlatformTypes | Collection of PlatformType |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"Sort": {
"Field": "sample string 1",
"IsDesc": true
},
"QuerySummaryInfo": true,
"Currency": 0,
"Periodic": 0,
"StartTime": "2026-08-11 21:22:34",
"EndTime": "2026-08-11 21:22:34",
"PlatformTypes": [
0,
0
],
"ShopIds": [
1,
2
],
"BrushOrderType": 0,
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<ShopSalesAnalysisReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop.ShopAnalysis">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">5</PageSize>
<BrushOrderType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">Normal</BrushOrderType>
<Currency xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">CNY</Currency>
<EndTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">2026-08-11T21:22:34.3810498+08:00</EndTime>
<Periodic xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">SelectDateRange</Periodic>
<PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
</PlatformTypes>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<StartTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">2026-08-11T21:22:34.3810498+08:00</StartTime>
<CountryCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CountryCodes>
<QuerySummaryInfo>true</QuerySummaryInfo>
<Sort xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
<d2p1:Field>sample string 1</d2p1:Field>
<d2p1:IsDesc>true</d2p1:IsDesc>
</Sort>
</ShopSalesAnalysisReportReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfExportTableInfoOfShopSalesAnalysisExportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | ExportTableInfoOfShopSalesAnalysisExportInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.