POST api/SDKExportData/QueryProductProfit

Request Information

URI Parameters

None.

Body Parameters

ProductProfitQueryReq
NameDescriptionTypeAdditional information
PlatformTypes

Collection of PlatformType

None.

ShopIds

Collection of integer

None.

WarehouseId

integer

None.

StartTime

date

None.

EndTime

date

None.

Currency

CurrencyTypeEnum

None.

ReportType

ReportProfitTypeEnum

None.

SearchField

ProductProfitSearchFieldEnum

None.

BrushOrderType

BrushOrderTypeEnum

None.

SearchValue

string

None.

IsLike

boolean

None.

Sort

SearchSort

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PlatformTypes": [
    0,
    0
  ],
  "ShopIds": [
    1,
    2
  ],
  "WarehouseId": 1,
  "StartTime": "2026-08-11 21:22:33",
  "EndTime": "2026-08-11 21:22:33",
  "Currency": 0,
  "ReportType": 0,
  "SearchField": 0,
  "BrushOrderType": 0,
  "SearchValue": "sample string 3",
  "IsLike": true,
  "Sort": {
    "Field": "sample string 1",
    "IsDesc": true
  },
  "PageIndex": 6,
  "PageSize": 7
}

application/xml, text/xml

Sample:
<ProductProfitQueryReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Warehouse">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">6</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">7</PageSize>
  <BrushOrderType>Normal</BrushOrderType>
  <Currency>CNY</Currency>
  <EndTime>2026-08-11T21:22:33.8983485+08:00</EndTime>
  <IsExport>true</IsExport>
  <IsLike>true</IsLike>
  <PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
  </PlatformTypes>
  <ReportType>Sku</ReportType>
  <SearchField>Sku</SearchField>
  <SearchValue>sample string 3</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>
  <StartTime>2026-08-11T21:22:33.8983485+08:00</StartTime>
  <WarehouseId>1</WarehouseId>
</ProductProfitQueryReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfExportTableInfoOfProductProfitExportInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

ExportTableInfoOfProductProfitExportInfo

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.