- 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
tìm kiếm đơn hoàn trả
开发中
GET
/open/order/refund/query
请求参数
Query 参数
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/query?refundId=110002685755' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200OK
application/json
Body
requestId
string
必需
code
integer
Mã trả về
developId
string
必需
msg
string
必需
data
object
必需
distributorId
string
必需
currency
string
必需
refundOrderAggregate
object
必需
示例
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"distributorId": "2100005349129",
"currency": "CNY",
"refundOrderAggregate": {
"logistics": {
"receiverAddress": null,
"returnGoodsDesc": null,
"buyerPhone": null,
"logisticsCompany": {
"logisticsCompanyCode": null,
"logisticsCompanyName": null
},
"sellerAgreeReturnDescribe": null
},
"refundOrder": {
"refundFee": 392,
"payOrderId": "3582133814705377121",
"timeoutType": "sAgreeRefundT",
"sellerRefuseReason": null,
"refundStatus": "100",
"canEditFee": null,
"remainingTime": null,
"refundType": 1,
"feeTips": null,
"reasonDesc": "我不想要了",
"goodsStatus": 1,
"refundDesc": "",
"reasonId": 150013,
"timeoutDate": "1698313367000",
"sellerRefuseReasonDescribe": null,
"refundId": "110002687818"
},
"purchaseOrderLine": {
"salesOrderId": "500918-1034477311887409465",
"supplierId": 3937219703,
"quantity": 1,
"totalPrice": 392,
"itemTitle": "零食瓜子仁蟹黄味整箱小包装坚果炒货小零食小吃批发散装休闲食品",
"postFee": 0,
"productFee": 392,
"salesMarket": "TAOBAO_BUYER",
"purchaseOrderLineId": 200028508721,
"createTime": 1698216212000,
"purchaseOrderId": 200028508720,
"price": null,
"supplierNick": "天天特卖工厂店",
"currency": "CNY",
"properties": {
"食品口味": "瓜子仁5包(试吃)"
},
"itemImageUrl": "//img.alicdn.com/imgextra/i1/3937219703/O1CN01RFZg0i2LY1pt3OISk_!!3937219703-0-C2M.jpg"
}
}
}
}
修改于 2025-01-02 05:54:03