|
订单列表查看(买家视角)请求 URLPOST系统级输入参数
返回结果
1{ 2 3 "result": [ 4 { 5 6 "baseInfo": { 7 8 "businessType": "cn", 9 10 "buyerID": "b2b-1623492085", 11 12 "completeTime": "20180806104425000+0800", 13 14 "createTime": "20180801104333000+0800", 15 16 "id": 196965465451498520, 17 18 "modifyTime": "20180806104425000+0800", 19 20 "refund": 0, 21 22 "sellerID": "b2b-1624747073", 23 24 "shippingFee": 0, 25 26 "status": "cancel", 27 28 "totalAmount": 0.01, 29 30 "discount": -3989, 31 32 "buyerContact": { 33 34 "phone": "86-0591-13805040134", 35 36 "name": "测试账号一暮星", 37 38 "imInPlatform": "alitestforisv01", 39 40 "companyName": "AOP对外测试账号01" 41 42 }, 43 44 "sellerContact": { 45 46 "phone": "86-", 47 48 "name": "暮星", 49 50 "imInPlatform": "alitestforisv04", 51 52 "companyName": "AOP对外测试账号04" 53 54 }, 55 56 "tradeType": "50060", 57 58 "refundPayment": 0, 59 60 "idOfStr": 196965465451498520, 61 62 "alipayTradeId": "2018080121001008530224243852", 63 64 "receiverInfo": { 65 66 "toFullName": "洪帮", 67 68 "toDivisionCode": "330782", 69 70 "toPost": "322000", 71 72 "toArea": "浙江省 金华市 义乌市" 73 74 }, 75 76 "buyerLoginId": "alitestforisv01", 77 78 "sellerLoginId": "alitestforisv04", 79 80 "buyerUserId": 1623492085, 81 82 "sellerUserId": 1624747073, 83 84 "buyerAlipayId": "2088611492691533", 85 86 "sellerAlipayId": "2088521180335604", 87 88 "closeReason": "BUYER_NO_PAY", 89 90 "sumProductPayment": 39.9, 91 92 "stepPayAll": false 93 94 }, 95 96 "nativeLogistics": { 97 98 "area": "义乌市", 99 100 "areaCode": "330782", 101 102 "city": "金华市", 103 104 "contactPerson": "洪帮", 105 106 "province": "浙江省", 107 108 "zip": "322000" 109 110 }, 111 112 "productItems": [ 113 { 114 115 "itemAmount": 0.01, 116 117 "name": "夏季亚麻九分裤韩版潮流棉麻薄款修身小脚裤时尚休闲哈伦裤潮男裤", 118 119 "price": 39.9, 120 121 "productID": 574273466269, 122 123 "productImgUrl": [ 124 "https: //cbu01.alicdn.com/img/order/trading/025/894/154564569691/9134583276_1665066988.80x80.jpg", 125 126 "https: //cbu01.alicdn.com/img/order/trading/025/894/154564569691/9134583276_1665066988.jpg" 127 ], 128 129 "productSnapshotUrl": "https: //trade.1688.com/order/offer_snapshot.htm?order_entry_id=196965465451498520", 130 131 "quantity": 1, 132 133 "refund": 0, 134 135 "skuID": 3753684468637, 136 137 "status": "cancel", 138 139 "subItemID": 196965465451498520, 140 141 "type": "common", 142 143 "unit": "件", 144 145 "guaranteesTerms": [ 146 147 ], 148 149 "productCargoNumber": "KY", 150 151 "skuInfos": [ 152 { 153 154 "name": "颜色", 155 156 "value": "深灰色" 157 158 }, 159 160 { 161 162 "name": "尺码", 163 164 "value": "3XL" 165 166 } 167 ], 168 169 "entryDiscount": -3989, 170 171 "specId": "7a2087a6594c7d6030d8ff5c42c8a2e8", 172 173 "quantityFactor": 1, 174 175 "statusStr": "交易取消", 176 177 "closeReason": "BUYER_NO_PAY", 178 179 "logisticsStatus": 1 180 181 } 182 ], 183 184 "tradeTerms": [ 185 { 186 187 "payStatus": "8", 188 189 "payTime": "20180801104336000+0800", 190 191 "payWay": "1", 192 193 "phasAmount": 0.01, 194 195 "phase": 2960551254498520 196 197 } 198 ], 199 200 "orderRateInfo": { 201 202 "buyerRateStatus": 5, 203 204 "sellerRateStatus": 5 205 206 } 207 208 } 209 ], 210 211 "totalRecord": 537 212 213} 上一篇创建订单前预览数据接口下一篇取消交易 |