- Taobao
- Sản phẩm
- Đơn hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- 1688
- Sản phẩm
- Đơn hàng
- Dữ liệu xem thử trước khi tạo đơn đặt hàng
- Tạo đơn đặt hàng
- Nhận chi tiết đặt hàng
- Hủy đơn đặt hàng trước khi thanh toán
- Thứ tự thanh toán
- Người mua xác nhận nhận hàng
- Các nhà phát triển nộp các khoản thanh toán hàng loạt
- Dữ liệu xem thử trước khi tạo đơn đặt hàng(khối lượng các doanh nghiệp khác nhau)
- Tạo đơn đặt hàng Các doanh nghiệp khác nhau
- Theo dõi hậu cần để nhận lệnh
- Truy vấn phân trang danh sách đơn đặt hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- Tiếp thị
- Basics
hủy đơn hoàn trả
开发中
GET
/open/order/refund/cancel/{refundId}
请求参数
Path 参数
refundId
string
必需
示例值:
110002685755
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/110002685755' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200OK
application/json
Body
code
integer
Mã trả về
data
object
必需
cancelSuccess
boolean
必需
currency
string
必需
distributorId
string
必需
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": "Chuyển phát nhanh"
},
"logisticsNo": "SF12181323546",
"receiverAddress": {
"detailAddress": "Khu Tây thành phố Trương Dịch, tỉnh Hà Nam",
"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": "Cách mạng làm âm thanh đẹp",
"valueId": 62,
"valueName": "Số lượng đội trẻ"
},
"purchaseOrderId": "1460312617436",
"purchaseOrderLineId": "114232165239",
"quantity": 76,
"salesMarket": "GONGXIAO_OFFLINE",
"salesOrderId": "500000-mhtestno887173",
"supplierId": "17",
"supplierNick": "Tài khoản kiểm tra truy cập bên ngoài 01",
"totalPrice": 55000
},
"refundOrder": {
"canEditFee": true,
"feeTips": "eiusmod",
"goodsStatus": 4,
"payOrderId": "96",
"reasonDesc": "Siêu trọng lượng",
"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": "Thành công",
"requestId": "5b950f5f7b064dc889c1a878b5c16234"
}
修改于 2025-01-02 05:54:03