- Taobao
- Goods
- Order
- After-sales service
- Message callback
- Shopping cart
- 1688
- Goods
- Order
- Developers submit and pay 1688 orders in bulkPOST
- Preview data before creating an order (batch different merchants)POST
- Create orders (different merchants)POST
- Obtain the logistics tracking information of the orderGET
- Order list paging queryPOST
- Preview data before creating an orderPOST
- Create an orderPOST
- Cancel the order before paymentPOST
- Order paymentGET
- The buyer confirms the receipt of goodsPOST
- After-sales service
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
Order payment
GET
/alibaba/order/pay/url
订单
请求参数
Query 参数
orderId
string
订单ID
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 '/alibaba/order/pay/url?orderId' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200成功
application/json
Body
requestId
string | null
请求ID
code
integer | null
返回码
developId
integer | null
开发者ID
msg
string | null
返回码对应信息
data
object
返回内容
orderId
string | null
订单id
protocolPaySuccess
boolean | null
可选
payUrl
string | null
可选
cantPayOrderList
array[integer] | null
可选
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}
修改于 2025-02-24 07:13:17