GET api/TikShopBill/GetOrderDetail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfTikOrderDetailRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | TikOrderDetailRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Details": [
{
"Id": 1,
"ProductImgUrl": "sample string 3",
"ProductSku": "sample string 4",
"ProductName": "sample string 5",
"OriginalPrice": 1.0,
"Properties": "",
"Price": 7.0,
"Quantity": 8.0,
"TotalPrice": 10.0,
"OnlineOrderNo": "sample string 11"
},
{
"Id": 1,
"ProductImgUrl": "sample string 3",
"ProductSku": "sample string 4",
"ProductName": "sample string 5",
"OriginalPrice": 1.0,
"Properties": "",
"Price": 7.0,
"Quantity": 8.0,
"TotalPrice": 10.0,
"OnlineOrderNo": "sample string 11"
}
],
"OrderId": 3,
"Currency": "sample string 4",
"SettledAmount": 5.0,
"BuyerPayment": 6.0,
"DiscountCoupon": 7.0,
"FreightSubsidy": 8.0,
"OtherIncome": 9.0,
"Commission": 10.0,
"PromotionFee": 11.0,
"ExpertCommission": 12.0,
"OrderFixedFee": 13.0,
"SalesFee": 14.0,
"OrderTip": 15.0,
"TaxFee": 16.0,
"ActualShippingCosts": 17.0,
"OtherExpenditures": 18.0,
"RefundAmount": 19.0,
"Adjustment": 20.0,
"TotalIncome": 21.0,
"TotalExpenditure": 22.0,
"AfterSellerDiscountsSubtotalAmount": 23.0,
"CustomerShippingFeeAmount": 24.0,
"PlatformDiscountAmount": 25.0,
"ShippingFeeSubsidyAmount": 26.0,
"SalesTaxPaymentAmount": 27.0,
"FeeAmount": 28.0,
"OrderIncome": -1.0
}
}
application/xml, text/xml
Sample:
<ResponseResultOfTikOrderDetailResfbzXuNbU 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.OrderProfit">
<d2p1:ActualShippingCosts>17</d2p1:ActualShippingCosts>
<d2p1:Adjustment>20</d2p1:Adjustment>
<d2p1:AfterSellerDiscountsSubtotalAmount>23</d2p1:AfterSellerDiscountsSubtotalAmount>
<d2p1:BuyerPayment>6</d2p1:BuyerPayment>
<d2p1:Commission>10</d2p1:Commission>
<d2p1:Currency>sample string 4</d2p1:Currency>
<d2p1:CustomerShippingFeeAmount>24</d2p1:CustomerShippingFeeAmount>
<d2p1:Details>
<d2p1:OrderDetailInfo>
<d2p1:GlobalProductId>sample string 9</d2p1:GlobalProductId>
<d2p1:Id>1</d2p1:Id>
<d2p1:OnlineOrderNo>sample string 11</d2p1:OnlineOrderNo>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OriginalPrice>1</d2p1:OriginalPrice>
<d2p1:Price>7</d2p1:Price>
<d2p1:ProductImgUrl>sample string 3</d2p1:ProductImgUrl>
<d2p1:ProductName>sample string 5</d2p1:ProductName>
<d2p1:ProductSku>sample string 4</d2p1:ProductSku>
<d2p1:Properties></d2p1:Properties>
<d2p1:Quantity>8</d2p1:Quantity>
<d2p1:TotalPrice>10</d2p1:TotalPrice>
</d2p1:OrderDetailInfo>
<d2p1:OrderDetailInfo>
<d2p1:GlobalProductId>sample string 9</d2p1:GlobalProductId>
<d2p1:Id>1</d2p1:Id>
<d2p1:OnlineOrderNo>sample string 11</d2p1:OnlineOrderNo>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OriginalPrice>1</d2p1:OriginalPrice>
<d2p1:Price>7</d2p1:Price>
<d2p1:ProductImgUrl>sample string 3</d2p1:ProductImgUrl>
<d2p1:ProductName>sample string 5</d2p1:ProductName>
<d2p1:ProductSku>sample string 4</d2p1:ProductSku>
<d2p1:Properties></d2p1:Properties>
<d2p1:Quantity>8</d2p1:Quantity>
<d2p1:TotalPrice>10</d2p1:TotalPrice>
</d2p1:OrderDetailInfo>
</d2p1:Details>
<d2p1:DiscountCoupon>7</d2p1:DiscountCoupon>
<d2p1:ExpertCommission>12</d2p1:ExpertCommission>
<d2p1:FeeAmount>28</d2p1:FeeAmount>
<d2p1:FreightSubsidy>8</d2p1:FreightSubsidy>
<d2p1:OnlineOrderNo>sample string 2</d2p1:OnlineOrderNo>
<d2p1:OrderFixedFee>13</d2p1:OrderFixedFee>
<d2p1:OrderId>3</d2p1:OrderId>
<d2p1:OrderTip>15</d2p1:OrderTip>
<d2p1:OtherExpenditures>18</d2p1:OtherExpenditures>
<d2p1:OtherIncome>9</d2p1:OtherIncome>
<d2p1:PlatformDiscountAmount>25</d2p1:PlatformDiscountAmount>
<d2p1:PromotionFee>11</d2p1:PromotionFee>
<d2p1:RefundAmount>19</d2p1:RefundAmount>
<d2p1:SalesFee>14</d2p1:SalesFee>
<d2p1:SalesTaxPaymentAmount>27</d2p1:SalesTaxPaymentAmount>
<d2p1:SettledAmount>5</d2p1:SettledAmount>
<d2p1:ShippingFeeSubsidyAmount>26</d2p1:ShippingFeeSubsidyAmount>
<d2p1:ShopId>1</d2p1:ShopId>
<d2p1:TaxFee>16</d2p1:TaxFee>
<d2p1:TotalExpenditure>22</d2p1:TotalExpenditure>
<d2p1:TotalIncome>21</d2p1:TotalIncome>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfTikOrderDetailResfbzXuNbU>