- Taobao
- Goods
- Order
- After-sales service
- Message callback
- Shopping cart
- 1688
- Goods
- Order
- Developers submit and pay 1688 orders in bulk
- Preview data before creating an order (batch different merchants)
- Create orders (different merchants)
- Obtain the logistics tracking information of the order
- Order list paging query
- Preview data before creating an order
- Create an order
- Cancel the order before payment
- Order payment
- The buyer confirms the receipt of goods
- After-sales service
- Check the details of the after-sales orderPOST
- Check the reason for refund and return (used to create refund and return)POST
- Upload the refund and return voucherPOST
- Create a refund and return applicationPOST
- The buyer submits the refund informationPOST
- List of logistics companies - all logistics companiesGET
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
Check the reason for refund and return (used to create refund and return)
POST
/alibaba/refund/reason/list
售后
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
orderId
integer
主订单id
orderEntryIds
array[integer]
子订单id
goodsStatus
string
必需
示例
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/alibaba/refund/reason/list' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
requestId
string | null
请求ID
code
integer | null
返回码
developId
integer | null
开发者ID
msg
string | null
返回码对应信息
data
array[object (AlibabaRefundReasonVO) {5}] | null
返回内容
id
integer | null
原因id
name
string | null
原因
needVoucher
boolean | null
凭证是否必须上传
noRefundCarriage
boolean | null
是否支持退运费
tip
string | null
提示
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": [
{
"id": 0,
"name": "",
"needVoucher": false,
"noRefundCarriage": false,
"tip": ""
}
]
}
修改于 2025-02-24 07:14:15