- 淘宝
- 1688
- 商品
- 订单
- 售后
- 消息回调
- 购物车
- 营销
- 基础
- 仓库物流
逆向单撤销
开发中
GET
/open/order/refund/cancel/{refundId}
请求参数
Path 参数
refundId
string
逆向单id
示例值:
110000235001
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.pandapon.com/open/order/refund/cancel/ 110000235001' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
cancelSuccess
boolean
取消成功标志
currency
string
币种
distributorId
string
分销商id
refundOrderAggregate
object
逆向集合信息
developId
string
必需
msg
string
必需
requestId
string
必需
示例
{
"code": 200,
"data": {
"cancelSuccess": true,
"currency": "CNY",
"distributorId": "1223655000541",
"refundOrderAggregate": {
"logistics": {
"buyerPhone": "18116031613",
"logisticsCompany": {
"logisticCompanyCode": "SF",
"logisticsCompanyName": "顺丰快递"
},
"logisticsNo": "SF12181323546",
"receiverAddress": {
"detailAddress": "河南省张掖市西城区",
"phone": "18123594991",
"receiver": "magna et commodo qui"
},
"returnGoodsDesc": "labore consectetur quis commodo amet",
"sellerAgreeReturnDescribe": "minim in nostrud veniam nulla"
},
"purchaseOrderLine": {
"createTime": 1667193198819,
"currency": "CNY",
"itemImageUrl": "http://dummyimage.com/400x400",
"itemTitle": "Please Do Not Buy New Products from Panama-External Access Test Account 01-001",
"postFee": 0,
"price": 5,
"productFee": 62,
"properties": {
"propId": 42,
"propName": "革元处做音而美",
"valueId": 62,
"valueName": "青质族队量积"
},
"purchaseOrderId": "1460312617436",
"purchaseOrderLineId": "114232165239",
"quantity": 76,
"salesMarket": "GONGXIAO_OFFLINE",
"salesOrderId": "500000-mhtestno887173",
"supplierId": "17",
"supplierNick": "外部接入测试账号01",
"totalPrice": 55000
},
"refundOrder": {
"canEditFee": true,
"feeTips": "eiusmod",
"goodsStatus": 4,
"payOrderId": "96",
"reasonDesc": "超材超重",
"reasonId": 200001,
"refundDesc": "minim",
"refundFee": 4,
"refundId": "110000235001",
"refundStatus": "-20",
"refundType": 1,
"remainingTime": "863585268",
"sellerRefuseReason": "cupidatat consequat dolore et",
"sellerRefuseReasonDescribe": "nostrud ipsum proident dolore quis",
"timeoutDate": "1652759264000",
"timeoutType": "1"
}
}
},
"developId": "1021090911993463110",
"msg": "成功",
"requestId": "5b950f5f7b064dc889c1a878b5c16234"
}
修改于 2025-01-01 06:32:46