POST api/ShopSalesAnalysis/DownloadShopReport

Request Information

URI Parameters

None.

Body Parameters

ShopSalesAnalysisReportReq
NameDescriptionTypeAdditional 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:33",
  "EndTime": "2026-08-11 21:22:33",
  "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:33.5514356+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:33.5514356+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.