POST api/ShopSalesAnalysis/GetShopReportDetail
Request Information
URI Parameters
None.
Body Parameters
ShopSalesAnalysisReportDetailReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | CurrencyTypeEnum |
None. |
|
| CountryCodes | Collection of string |
None. |
|
| ShopId | integer |
None. |
|
| Periodic | ReportPeriodicEnum |
None. |
|
| BrushOrderType | BrushOrderTypeEnum |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": 0,
"CountryCodes": [
"sample string 1",
"sample string 2"
],
"ShopId": 1,
"Periodic": 0,
"BrushOrderType": 0,
"StartTime": "2026-08-11 21:22:33",
"EndTime": "2026-08-11 21:22:33"
}
application/xml, text/xml
Sample:
<ShopSalesAnalysisReportDetailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop.ShopAnalysis">
<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>
<EndTime>2026-08-11T21:22:33.6341124+08:00</EndTime>
<Periodic>Day</Periodic>
<ShopId>1</ShopId>
<StartTime>2026-08-11T21:22:33.6341124+08:00</StartTime>
</ShopSalesAnalysisReportDetailReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfShopSalesAnalysisReportDetailRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | ShopSalesAnalysisReportDetailRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"PlatformType": "sample string 1",
"ShopName": "sample string 2",
"Datas": [
{
"DateName": "sample string 2",
"PayMentRate": 171.43,
"RefundRate": 190.91,
"CustomerAvePrice": 0.77,
"ShopId": 3,
"Currency": "sample string 4",
"ReportDate": 5,
"SalesTotal": 6,
"OrderTotal": 7,
"Amount": 8.0,
"CustomerTotal": 9,
"PayMentAmount": 10.0,
"PayMentSalesTotal": 11,
"PayMentTotal": 12,
"PayMentCustomerTotal": 13,
"ActiveProductTotal": 14,
"CostPrice": 15.0,
"AdvertisingFee": 16.0,
"PlatformFee": 17.0,
"PromotionFee": 18.0,
"LogisticsCost": 19.0,
"RefundOrderTotal": 20,
"RefundTotal": 21,
"RefundAmount": 22.0
},
{
"DateName": "sample string 2",
"PayMentRate": 171.43,
"RefundRate": 190.91,
"CustomerAvePrice": 0.77,
"ShopId": 3,
"Currency": "sample string 4",
"ReportDate": 5,
"SalesTotal": 6,
"OrderTotal": 7,
"Amount": 8.0,
"CustomerTotal": 9,
"PayMentAmount": 10.0,
"PayMentSalesTotal": 11,
"PayMentTotal": 12,
"PayMentCustomerTotal": 13,
"ActiveProductTotal": 14,
"CostPrice": 15.0,
"AdvertisingFee": 16.0,
"PlatformFee": 17.0,
"PromotionFee": 18.0,
"LogisticsCost": 19.0,
"RefundOrderTotal": 20,
"RefundTotal": 21,
"RefundAmount": 22.0
}
]
}
}
application/xml, text/xml
Sample:
<ResponseResultOfShopSalesAnalysisReportDetailResAIo4_PnOe 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.Report.Model.Shop.ShopAnalysis">
<d2p1:Datas>
<d2p1:ShopSalesAnalysisReportDetail>
<d2p1:ActiveProductTotal>14</d2p1:ActiveProductTotal>
<d2p1:AdvertisingFee>16</d2p1:AdvertisingFee>
<d2p1:Amount>8</d2p1:Amount>
<d2p1:CostPrice>15</d2p1:CostPrice>
<d2p1:Currency>sample string 4</d2p1:Currency>
<d2p1:CustomerTotal>9</d2p1:CustomerTotal>
<d2p1:LogisticsCost>19</d2p1:LogisticsCost>
<d2p1:OrderTotal>7</d2p1:OrderTotal>
<d2p1:PayMentAmount>10</d2p1:PayMentAmount>
<d2p1:PayMentCustomerTotal>13</d2p1:PayMentCustomerTotal>
<d2p1:PayMentSalesTotal>11</d2p1:PayMentSalesTotal>
<d2p1:PayMentTotal>12</d2p1:PayMentTotal>
<d2p1:PlatformFee>17</d2p1:PlatformFee>
<d2p1:PromotionFee>18</d2p1:PromotionFee>
<d2p1:RefundAmount>22</d2p1:RefundAmount>
<d2p1:RefundOrderTotal>20</d2p1:RefundOrderTotal>
<d2p1:RefundTotal>21</d2p1:RefundTotal>
<d2p1:ReportDate>5</d2p1:ReportDate>
<d2p1:SalesTotal>6</d2p1:SalesTotal>
<d2p1:ShopId>3</d2p1:ShopId>
<d2p1:DateName>sample string 2</d2p1:DateName>
<d2p1:GroupReportDate>1</d2p1:GroupReportDate>
</d2p1:ShopSalesAnalysisReportDetail>
<d2p1:ShopSalesAnalysisReportDetail>
<d2p1:ActiveProductTotal>14</d2p1:ActiveProductTotal>
<d2p1:AdvertisingFee>16</d2p1:AdvertisingFee>
<d2p1:Amount>8</d2p1:Amount>
<d2p1:CostPrice>15</d2p1:CostPrice>
<d2p1:Currency>sample string 4</d2p1:Currency>
<d2p1:CustomerTotal>9</d2p1:CustomerTotal>
<d2p1:LogisticsCost>19</d2p1:LogisticsCost>
<d2p1:OrderTotal>7</d2p1:OrderTotal>
<d2p1:PayMentAmount>10</d2p1:PayMentAmount>
<d2p1:PayMentCustomerTotal>13</d2p1:PayMentCustomerTotal>
<d2p1:PayMentSalesTotal>11</d2p1:PayMentSalesTotal>
<d2p1:PayMentTotal>12</d2p1:PayMentTotal>
<d2p1:PlatformFee>17</d2p1:PlatformFee>
<d2p1:PromotionFee>18</d2p1:PromotionFee>
<d2p1:RefundAmount>22</d2p1:RefundAmount>
<d2p1:RefundOrderTotal>20</d2p1:RefundOrderTotal>
<d2p1:RefundTotal>21</d2p1:RefundTotal>
<d2p1:ReportDate>5</d2p1:ReportDate>
<d2p1:SalesTotal>6</d2p1:SalesTotal>
<d2p1:ShopId>3</d2p1:ShopId>
<d2p1:DateName>sample string 2</d2p1:DateName>
<d2p1:GroupReportDate>1</d2p1:GroupReportDate>
</d2p1:ShopSalesAnalysisReportDetail>
</d2p1:Datas>
<d2p1:PlatformType>sample string 1</d2p1:PlatformType>
<d2p1:ShopName>sample string 2</d2p1:ShopName>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfShopSalesAnalysisReportDetailResAIo4_PnOe>