- 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
Xem thử đơn hàng hóa tạo ra từ xe đẩy mua hàng
POST
/open/cart/confirm/order
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
ids
array[integer]
必需
orderAddress
object (OrderAddress)
必需
zip
string | null
YouBian
country
string | null
Quốc gia
state
string | null
tỉnh
city
string | null
Thành phố
district
string | null
Khu vực
address
string | null
可选
mobile_phone
string | null
可选
phone
string | null
可选
name
string | null
可选
userId
string | null
userId
示例
{
"ids": [
0
],
"orderAddress": {
"zip": "string",
"country": "string",
"state": "string",
"city": "string",
"district": "string",
"address": "string",
"mobile_phone": "string",
"phone": "string",
"name": "string"
},
"userId": "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 'https://api.pandapon.com/open/cart/confirm/order' \
--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
可选
code
integer
Mã trở về
developId
integer
可选
msg
string | null
可选
data
object
可选
totalRealPayPrice
object
可选
confirmOrders
array [object {6}]
可选
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"totalRealPayPrice": {
"amount": "",
"currency": ""
},
"confirmOrders": [
{
"shopId": 0,
"shopName": "",
"userNick": "",
"mainlandShippingFee": {
"amount": "",
"currency": ""
},
"orderFee": {
"amount": "",
"currency": ""
},
"cartItemInfos": [
{
"id": 0,
"itemId": 0,
"skuId": "",
"itemTitle": "",
"itemPic": "",
"mpId": "",
"mpSkuId": "",
"price": 0,
"promotionPrice": 0,
"properties": "",
"quantity": 0,
"skuQuantity": 0,
"userNick": ""
}
]
}
]
}
}
修改于 2025-01-02 05:54:03