POST api/SDKExportData/QueryOrderProfit

Request Information

URI Parameters

None.

Body Parameters

QueryOrderProfitReq
NameDescriptionTypeAdditional information
PlatformType

Collection of PlatformType

None.

ShopIds

Collection of integer

None.

OrderType

OrderTypeEnum

None.

FreightType

FreightTypeEnum

None.

BrushOrderType

BrushOrderTypeEnum

None.

StartTime

date

None.

EndTime

date

None.

Currency

string

None.

OrderAmount

AmountRange

None.

PromotionFee

AmountRange

None.

LogsiticsCost

AmountRange

None.

OrderCost

AmountRange

None.

RefundAmount

AmountRange

None.

OrderProfit

AmountRange

None.

OnlineOrderNos

Collection of string

None.

LogisticsNos

Collection of string

None.

LpsNos

Collection of string

None.

IsLike

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PlatformType": [
    0,
    0
  ],
  "ShopIds": [
    1,
    2
  ],
  "OrderType": 0,
  "FreightType": 0,
  "BrushOrderType": 0,
  "StartTime": "2026-08-11 21:22:33",
  "EndTime": "2026-08-11 21:22:33",
  "Currency": "sample string 1",
  "OrderAmount": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "PromotionFee": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "LogsiticsCost": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "OrderCost": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "RefundAmount": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "OrderProfit": {
    "MinAmount": 1.0,
    "MaxAmount": 1.0
  },
  "OnlineOrderNos": [
    "sample string 1",
    "sample string 2"
  ],
  "LogisticsNos": [
    "sample string 1",
    "sample string 2"
  ],
  "LpsNos": [
    "sample string 1",
    "sample string 2"
  ],
  "IsLike": true,
  "PageIndex": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<QueryOrderProfitReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.OrderProfit">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageSize>
  <BrushOrderType>Normal</BrushOrderType>
  <Currency>sample string 1</Currency>
  <EndTime>2026-08-11T21:22:33.8260956+08:00</EndTime>
  <FreightType>PredicatLogsiticsCost</FreightType>
  <IsLike>true</IsLike>
  <LogisticsNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </LogisticsNos>
  <LogsiticsCost>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </LogsiticsCost>
  <LpsNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </LpsNos>
  <OnlineOrderNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </OnlineOrderNos>
  <OrderAmount>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </OrderAmount>
  <OrderCost>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </OrderCost>
  <OrderProfit>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </OrderProfit>
  <OrderType>Normal</OrderType>
  <PlatformType xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum">
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
  </PlatformType>
  <PromotionFee>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </PromotionFee>
  <RefundAmount>
    <MaxAmount>1</MaxAmount>
    <MinAmount>1</MinAmount>
  </RefundAmount>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <StartTime>2026-08-11T21:22:33.8260956+08:00</StartTime>
</QueryOrderProfitReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfExportTableInfoOfOrderProfitExportInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

ExportTableInfoOfOrderProfitExportInfo

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.