- Taobao
- Goods
- Order
- After-sales service
- Reverse single list queryPOST
- Reverse single rendering interfacePOST
- Return logistics renderingGET
- Return logistics submissionPOST
- Reverse order cancellationGET
- Submit a message in reversePOST
- Reverse order submissionPOST
- Reverse single message list queryPOST
- Reverse order modificationPOST
- Reverse single queryGET
- 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
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
Submit a message in reverse
开发中
POST
/open/order/refund/submit/message
请求参数
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
逆向单id
refundMessage
string
留言内容
refundImages
string
可选
示例
{
"refundId": "string",
"refundMessage": "string",
"refundImages": "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 '/open/order/refund/submit/message' \
--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
code
integer
必需
data
object
必需
currency
string
币种
distributorId
string
分销商id
messageSubmitSuccess
boolean
提交成功标志
developId
string
必需
msg
string
必需
requestId
string
必需
示例
{
"code": 200,
"data": {
"currency": "CNY",
"distributorId": "1231294146025",
"messageSubmitSuccess": true
},
"developId": "1021090911993463110",
"msg": "成功",
"requestId": "5b950f5f7b064dc889c1a878b5c16234"
}
修改于 2025-02-24 06:56:24