POST api/StorehouseSettle/GetLocalProductReport
Request Information
URI Parameters
None.
Body Parameters
StorehouseSettleLocalProductReportReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Skus | Collection of string |
None. |
|
| Names | Collection of string |
None. |
|
| ProductIds | Collection of globally unique identifier |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Currency | string |
None. |
|
| ShopIds | Collection of integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Skus": [
"sample string 1",
"sample string 2"
],
"Names": [
"sample string 1",
"sample string 2"
],
"ProductIds": [
"534f4922-669d-4789-a7df-760e4ac6275f",
"ea3cf6bb-1c8c-4aea-a7ed-ddb6eff2df89"
],
"StartTime": "2026-08-11 21:22:36",
"EndTime": "2026-08-11 21:22:36",
"Currency": "sample string 3",
"ShopIds": [
1,
2
],
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<StorehouseSettleLocalProductReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.StorehouseSettle">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">5</PageSize>
<Currency>sample string 3</Currency>
<EndTime>2026-08-11T21:22:36.9311054+08:00</EndTime>
<Names xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Names>
<ProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>534f4922-669d-4789-a7df-760e4ac6275f</d2p1:guid>
<d2p1:guid>ea3cf6bb-1c8c-4aea-a7ed-ddb6eff2df89</d2p1:guid>
</ProductIds>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<Skus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Skus>
<StartTime>2026-08-11T21:22:36.9311054+08:00</StartTime>
</StorehouseSettleLocalProductReportReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfPageListModelOfStorehouseSettleLocalProductReportRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfStorehouseSettleLocalProductReportRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"ProductId": "a2448948-5d07-4302-a8e3-b745a00a609f",
"Sku": "sample string 2",
"ProductImg": "sample string 3",
"ProductName": "sample string 4",
"SalesQuantity": 5,
"SettlementAmount": 6.0,
"Cost": 7.0,
"Profit": 8.0,
"ProfitRate": 9.0,
"WithdrawalFeeCny": 10.0,
"CollectFee": 11.0,
"CancelQuantity": 12,
"CancelRefundedAmount": 13.0
},
{
"ProductId": "a2448948-5d07-4302-a8e3-b745a00a609f",
"Sku": "sample string 2",
"ProductImg": "sample string 3",
"ProductName": "sample string 4",
"SalesQuantity": 5,
"SettlementAmount": 6.0,
"Cost": 7.0,
"Profit": 8.0,
"ProfitRate": 9.0,
"WithdrawalFeeCny": 10.0,
"CollectFee": 11.0,
"CancelQuantity": 12,
"CancelRefundedAmount": 13.0
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}
application/xml, text/xml
Sample:
<ResponseResultOfPageListModelOfStorehouseSettleLocalProductReportResuNg5eLIGG0fLBEQf 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.StorehouseSettle">
<d3p1:StorehouseSettleLocalProductReportRes>
<d3p1:CancelQuantity>12</d3p1:CancelQuantity>
<d3p1:CancelRefundedAmount>13</d3p1:CancelRefundedAmount>
<d3p1:CollectFee>11</d3p1:CollectFee>
<d3p1:Cost>7</d3p1:Cost>
<d3p1:ProductId>a2448948-5d07-4302-a8e3-b745a00a609f</d3p1:ProductId>
<d3p1:ProductImg>sample string 3</d3p1:ProductImg>
<d3p1:ProductName>sample string 4</d3p1:ProductName>
<d3p1:Profit>8</d3p1:Profit>
<d3p1:ProfitRate>9</d3p1:ProfitRate>
<d3p1:SalesQuantity>5</d3p1:SalesQuantity>
<d3p1:SettlementAmount>6</d3p1:SettlementAmount>
<d3p1:Sku>sample string 2</d3p1:Sku>
<d3p1:WithdrawalFeeCny>10</d3p1:WithdrawalFeeCny>
</d3p1:StorehouseSettleLocalProductReportRes>
<d3p1:StorehouseSettleLocalProductReportRes>
<d3p1:CancelQuantity>12</d3p1:CancelQuantity>
<d3p1:CancelRefundedAmount>13</d3p1:CancelRefundedAmount>
<d3p1:CollectFee>11</d3p1:CollectFee>
<d3p1:Cost>7</d3p1:Cost>
<d3p1:ProductId>a2448948-5d07-4302-a8e3-b745a00a609f</d3p1:ProductId>
<d3p1:ProductImg>sample string 3</d3p1:ProductImg>
<d3p1:ProductName>sample string 4</d3p1:ProductName>
<d3p1:Profit>8</d3p1:Profit>
<d3p1:ProfitRate>9</d3p1:ProfitRate>
<d3p1:SalesQuantity>5</d3p1:SalesQuantity>
<d3p1:SettlementAmount>6</d3p1:SettlementAmount>
<d3p1:Sku>sample string 2</d3p1:Sku>
<d3p1:WithdrawalFeeCny>10</d3p1:WithdrawalFeeCny>
</d3p1:StorehouseSettleLocalProductReportRes>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfPageListModelOfStorehouseSettleLocalProductReportResuNg5eLIGG0fLBEQf>