- 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
truy vấn danh sách tin nhắn đơn hoàn trả
开发中
POST
/open/order/refund/queryList
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
refundId
string
可选
purchaseOrderId
string
可选
salesOrderId
string
可选
refundStatus
integer
可选
refundStartTime
integer
可选
refundEndTime
integer
可选
pageNo
integer
Số trang
pageSize
integer
必需
示例
{
"refundId": "111",
"purchaseOrderId": "111",
"salesOrderId": "11111",
"refundStatus": 1,
"refundStartTime": 121312131313,
"refundEndTime": 3323232,
"pageNo": 1,
"pageSize": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pandapon.com/open/order/refund/queryList' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundId": "111",
"purchaseOrderId": "111",
"salesOrderId": "11111",
"refundStatus": 1,
"refundStartTime": 121312131313,
"refundEndTime": 3323232,
"pageNo": 1,
"pageSize": 1
}'
返回响应
🟢200OK
application/json
Body
requestId
null
必需
code
integer
Mã trả về
developId
null
必需
msg
string
必需
data
object
必需
total
integer
必需
pageNo
integer
Số trang
distributorId
null
必需
pageSize
integer
必需
currency
string
必需
refundOrderAggregates
array [object {4}]
必需
示例
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"total": 28,
"pageNo": 1,
"distributorId": null,
"pageSize": 1,
"currency": "CNY",
"refundOrderAggregates": [
{
"logistics": null,
"subUserId": 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包(试吃)"
}
}
}
]
}
}
修改于 2025-01-02 05:54:03