- 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
/alibaba/cart/preview/order
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
addressParam
object (FastAdress)
必需
fullName
string
必需
mobile
string
必需
phone
string
必需
postCode
string
YouBian
cityText
string
必需
provinceText
string
必需
areaText
string
Văn bản
townText
string | null
可选
address
string
必需
cartIds
array[integer]
必需
示例
{
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string"
},
"cartIds": [
0
]
}
示例代码
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/alibaba/cart/preview/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
array[object (AlibabaCreateOrderPreviewBatchVO) {8}] | null
可选
orderPreviewResuslt
array [object {14}]
必需
sellerOpenId
string
必需
success
boolean
必需
errorCode
null
Lỗi mã
errorMsg
null
必需
postFeeByDescOfferList
null
必需
consignOfferList
null
必需
unsupportedCrossBorderPayOfferList
array[string]
必需
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": [
{
"sellerOpenId": "",
"success": false,
"errorCode": "",
"errorMsg": "",
"postFeeByDescOfferList": [
0
],
"consignOfferList": [
0
],
"unsupportedCrossBorderPayOfferList": [
0
],
"orderPreviewResuslt": [
{
"discountFee": 0,
"tradeModeNameList": [
""
],
"status": false,
"taoSampleSinglePromotion": false,
"sumPayment": 0,
"message": "",
"sumCarriage": 0,
"resultCode": "",
"sumPaymentNoCarriage": 0,
"additionalFee": 0,
"flowFlag": "",
"cargoList": [
{
"amount": 0,
"message": "",
"finalUnitPrice": 0,
"specId": "",
"skuId": 0,
"resultCode": "",
"offerId": 0,
"cargoPromotionList": [
{
"promotionId": "",
"selected": false,
"text": "",
"desc": "",
"freePostage": false,
"discountFee": 0
}
]
}
],
"shopPromotionList": [
{
"promotionId": "",
"selected": false,
"text": "",
"desc": "",
"freePostage": false,
"discountFee": 0
}
],
"tradeModelList": [
{
"tradeWay": "",
"name": "",
"tradeType": "",
"description": "",
"opSupport": false
}
],
"payChannelList": [
{
"channel": "",
"avaliable": false
}
],
"payChannelInfos": [
{
"name": "",
"amountLimit": 0
}
]
}
]
}
]
}
修改于 2025-01-02 05:54:03