POST api/HotSalesStatistics/Query
Request Information
URI Parameters
None.
Body Parameters
HotSalesStatisticsQueryReq| Name | Description | Type | Additional information |
|---|---|---|---|
| PlatformTypes | Collection of PlatformType |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| CountryCodes | Collection of string |
None. |
|
| Currency | CurrencyTypeEnum |
None. |
|
| ReportType | ReportTypeEnum |
None. |
|
| SearchField | ReportSearchFieldEnum |
None. |
|
| SearchValue | string |
None. |
|
| HotSaleType | ReportHotSaleTypeEnum |
None. |
|
| Sort | SearchSort |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlatformTypes": [
0,
0
],
"ShopIds": [
1,
2
],
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"Currency": 0,
"ReportType": 0,
"SearchField": 0,
"SearchValue": "sample string 1",
"HotSaleType": "New",
"Sort": {
"Field": "sample string 1",
"IsDesc": true
},
"BrushOrderType": 0,
"PageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<HotSalesStatisticsQueryReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.HotSalesStatistics">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageSize>
<BrushOrderType>Normal</BrushOrderType>
<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>
<Currency>CNY</Currency>
<HotSaleType>New</HotSaleType>
<PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
<d2p1:PlatformType>AliExpress</d2p1:PlatformType>
</PlatformTypes>
<ReportType>OnlineProductId</ReportType>
<SearchField>OnlineProductId</SearchField>
<SearchValue>sample string 1</SearchValue>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<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>
</HotSalesStatisticsQueryReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfPageListModelOfHotSalesStatisticsQueryRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfHotSalesStatisticsQueryRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"Id": "1",
"Rank": 1,
"OnlineProductId": "sample string 2",
"ImageUrl": "sample string 3",
"Title": "sample string 4",
"ShopId": 5,
"PlatformType": "AliExpress",
"ShopName": "sample string 6",
"Specification": "sample string 7",
"Sku": "sample string 8",
"ProductCreateTime": "2026-08-11 21:22:31",
"CountryCode": "sample string 10",
"Currency": "sample string 11",
"SalesTotal": 12,
"OrderTotal": 13,
"Amount": 14.0,
"AvePrice": 1.17,
"ActualShippingFee": 15.0,
"CostPrice": 16.0
},
{
"Id": "1",
"Rank": 1,
"OnlineProductId": "sample string 2",
"ImageUrl": "sample string 3",
"Title": "sample string 4",
"ShopId": 5,
"PlatformType": "AliExpress",
"ShopName": "sample string 6",
"Specification": "sample string 7",
"Sku": "sample string 8",
"ProductCreateTime": "2026-08-11 21:22:31",
"CountryCode": "sample string 10",
"Currency": "sample string 11",
"SalesTotal": 12,
"OrderTotal": 13,
"Amount": 14.0,
"AvePrice": 1.17,
"ActualShippingFee": 15.0,
"CostPrice": 16.0
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}
application/xml, text/xml
Sample:
<ResponseResultOfPageListModelOfHotSalesStatisticsQueryResPpGjIObqG0fLBEQf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Common">
<d2p1:PageIndex>2</d2p1:PageIndex>
<d2p1:PageSize>3</d2p1:PageSize>
<d2p1:Rows xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product.HotSalesStatistics">
<d3p1:HotSalesStatisticsQueryRes>
<d3p1:ActualShippingFee>15</d3p1:ActualShippingFee>
<d3p1:Amount>14</d3p1:Amount>
<d3p1:CostPrice>16</d3p1:CostPrice>
<d3p1:CountryCode>sample string 10</d3p1:CountryCode>
<d3p1:Currency>sample string 11</d3p1:Currency>
<d3p1:ImageUrl>sample string 3</d3p1:ImageUrl>
<d3p1:OnlineProductId>sample string 2</d3p1:OnlineProductId>
<d3p1:OrderProductId>1</d3p1:OrderProductId>
<d3p1:OrderTotal>13</d3p1:OrderTotal>
<d3p1:PlatformType>AliExpress</d3p1:PlatformType>
<d3p1:ProductCreateTime>2026-08-11T21:22:31.7445813+08:00</d3p1:ProductCreateTime>
<d3p1:ProductInfoId>1</d3p1:ProductInfoId>
<d3p1:Rank>1</d3p1:Rank>
<d3p1:SalesTotal>12</d3p1:SalesTotal>
<d3p1:ShopId>5</d3p1:ShopId>
<d3p1:ShopName>sample string 6</d3p1:ShopName>
<d3p1:Sku>sample string 8</d3p1:Sku>
<d3p1:Specification>sample string 7</d3p1:Specification>
<d3p1:Title>sample string 4</d3p1:Title>
</d3p1:HotSalesStatisticsQueryRes>
<d3p1:HotSalesStatisticsQueryRes>
<d3p1:ActualShippingFee>15</d3p1:ActualShippingFee>
<d3p1:Amount>14</d3p1:Amount>
<d3p1:CostPrice>16</d3p1:CostPrice>
<d3p1:CountryCode>sample string 10</d3p1:CountryCode>
<d3p1:Currency>sample string 11</d3p1:Currency>
<d3p1:ImageUrl>sample string 3</d3p1:ImageUrl>
<d3p1:OnlineProductId>sample string 2</d3p1:OnlineProductId>
<d3p1:OrderProductId>1</d3p1:OrderProductId>
<d3p1:OrderTotal>13</d3p1:OrderTotal>
<d3p1:PlatformType>AliExpress</d3p1:PlatformType>
<d3p1:ProductCreateTime>2026-08-11T21:22:31.7445813+08:00</d3p1:ProductCreateTime>
<d3p1:ProductInfoId>1</d3p1:ProductInfoId>
<d3p1:Rank>1</d3p1:Rank>
<d3p1:SalesTotal>12</d3p1:SalesTotal>
<d3p1:ShopId>5</d3p1:ShopId>
<d3p1:ShopName>sample string 6</d3p1:ShopName>
<d3p1:Sku>sample string 8</d3p1:Sku>
<d3p1:Specification>sample string 7</d3p1:Specification>
<d3p1:Title>sample string 4</d3p1:Title>
</d3p1:HotSalesStatisticsQueryRes>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfPageListModelOfHotSalesStatisticsQueryResPpGjIObqG0fLBEQf>