訂單詳情信息接口
- 請(qǐng)求路徑:com/smallprogapi/UserOrder/GetOrderDetail
- 請(qǐng)求參數(shù):
?
參數(shù)名稱 | 必填 | 參數(shù)值說明 | 格式要求 |
openId | 是 | OpenID | String |
orderId | 是 | 訂單編號(hào) | Int |
?
- 返回值說明:Json格式
?
返回結(jié)果:
{"success":true,"msg":"","code":0,"data":{"OrderId":2017092220464429,"Status":2,"StatusText":"待發(fā)貨","OrderTotal":388.00,"OrderAmount":388.00,"DeductionPoints":0,"DeductionMoney":0.00,"CouponAmount":"0.00","CouponName":"","RefundAmount":0.00,"Tax":0,"AdjustedFreight":0.00,"OrderDate":"2017-09-22?18:07:23","ItemStatus":0,"ItemStatusText":"","ShipTo":"fff","ShipToDate":"","Cellphone":"13511111111","Address":"湖南省?長沙市?芙蓉區(qū)?朝陽街街道?湖南文化大廈","FreightFreePromotionName":"","ReducedPromotionName":"","ReducedPromotionAmount":"","SentTimesPointPromotionName":"","CanBackReturn":false,"CanCashierReturn":false,"PaymentType":"線下支付","Remark":"","InvoiceTitle":null,"ModeName":"快遞配送","LogisticsData":{},"TakeCode":null,"LineItems":[{"Status":0,"StatusText":"","Id":3281,"SkuId":"1243_0_0_0","ProductId":1243,"Name":"新款秋冬女長褲套裝2014水鉆裝飾圓領(lǐng)上衣休閑長褲兩件套","Amount":1,"Price":388.00,"Image":"http://localhost:4573//Storage/Shop/326/Products/1243/1_100.png","color":null,"size":null,"version":null,"IsCanRefund":true,"ColorAlias":"顏色","SizeAlias":"系列","VersionAlias":"容量","SkuText":"顏色:;系列:;容量:","EnabledRefundAmount":388.00}],"IsCanRefund":true}} |
?
?
返回結(jié)果參數(shù)說明:
分類列表?data
字段名稱 | 字段編碼 | 數(shù)據(jù)類型 | 是否可空 | 備注 |
訂單編號(hào) | OrderId | String | 否 | |
訂單狀態(tài) | Status | Int | 否 | |
狀態(tài)描述 | StatusText | String | 否 | |
訂單實(shí)付 | OrderTotal | decimal | 否 | |
訂單商品金額 | OrderAmount | decimal | 否 | |
訂單抵扣的積分 | DeductionPoints | int | 否 | |
優(yōu)惠券滿足金額 | CouponAmount | decimal | 否 | |
優(yōu)惠券名稱 | CouponName | string | 否 | |
積分抵扣 | DeductionMoney | decimal | 否 | |
退款 | RefundAmount | decimal | 否 | |
稅 | Tax | decimal | 否 | |
新運(yùn)費(fèi) | AdjustedFreight | decimal | 否 | 使用這個(gè) |
運(yùn)費(fèi) | Freight | decimal | 否 | |
下單時(shí)間 | OrderDate | string | 是 | |
訂單子項(xiàng) | ItemStatus | int | 是 | 非普通狀態(tài)不可以關(guān)閉或完成訂單 |
訂單子項(xiàng)狀態(tài)描述 | ItemStatusText | string | 否 | |
收貨人 | ShipTo | string | 是 | |
收貨時(shí)間 | ShipToDate | String | 是 | |
收貨電話 | Cellphone | string | 否 | |
收貨地址 | Address | String | 否 | |
訂單滿額免運(yùn)費(fèi)的促銷名稱 | FreightFreePromotionName | string | 是 | |
訂單滿額或滿量優(yōu)惠的促銷名稱 | ReducedPromotionName | string | 是 | |
訂單滿額或滿量優(yōu)惠的金額 | ReducedPromotionAmount | decimal | 是 | |
訂單滿額送倍數(shù)積分的促銷名稱 | SentTimesPointPromotionName | string | 是 | |
是否可以原路退回 | CanBackReturn | bool | 否 | |
是否可以現(xiàn)金退款 | CanCashierReturn | bool | 否 | |
支付方式 | PaymentType | string | 是 | |
訂單備注 | Remark | string | 是 | |
發(fā)票抬頭 | InvoiceTitle | string | 是 | |
配送方式 | ModeName | string | 是 | |
限時(shí)購編號(hào) | CountDownId | int | 是 | |
團(tuán)購編號(hào) | GroupBuyId | int | 是 | |
預(yù)售編號(hào) | PreSaleId | int | 是 | |
物流信息 | LogisticsData | string | 是 | |
自提碼是否己使用 | TakeCodeIsUsed | bool | 是 | |
自提碼使用時(shí)間 | TakeCodeUsedTime | string | 是 | |
自提碼 | TakeCode | string | 是 | |
訂單項(xiàng) | LineItems | json | 否 | |
贈(zèng)送禮品 | Gifts | json | 是 |
0 Comments.