- 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
Render trước khi tạo lệnh
POST
/open/order/render
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
orderLineList
string
必需
示例值:
"[{\"itemId\":600120680003951077,\"quantity\":\"1\",\"skuId\":4951323355633}]"
receiver
string
必需
示例值:
"{\"zip\":\"311121\",\"country\":\"中国\",\"address\":\"智溢路西部科技园\",\"city\":\"杭州市\",\"phone\":\"15068763421\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"simon\",\"state\":\"浙江省\"}"
示例
{
"orderLineList": "[{\"itemId\":600120680003951077,\"quantity\":\"1\",\"skuId\":4951323355633}]",
"receiver": "{\"zip\":\"311121\",\"country\":\"中国\",\"address\":\"智溢路西部科技园\",\"city\":\"杭州市\",\"phone\":\"15068763421\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"simon\",\"state\":\"浙江省\"}"
}
示例代码
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/order/render' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderLineList":"[{\"itemId\":600120680003951077,\"quantity\":\"1\",\"skuId\":4951323355633}]",
"receiver":"{\"zip\":\"311121\",\"country\":\"中国\",\"address\":\"智溢路西部科技园\",\"city\":\"杭州市\",\"phone\":\"15068763421\",\"mobile_phone\":\"15068763421\",\"district\":\"余杭区\",\"name\":\"simon\",\"state\":\"浙江省\"}"
}'
返回响应
🟢200成功
application/json
Body
requestId
null
必需
code
integer
必需
developId
null
必需
msg
string
必需
data
object
必需
unavailableSkuList
array [object {5}]
必需
totalRealPayPrice
object
必需
renderItemList
array [object {5}]
必需
示例
{
"requestId": null,
"code": 200,
"developId": null,
"msg": "成功",
"data": {
"unavailableSkuList": [
{
"reason": "查询到商品为空,商品不可用",
"error_msg": "ITEM_CANNOT_BUY",
"item_id": "600120680003951110",
"sku_id": "5027132326292",
"error_code": "F-10001-01-16-001"
}
],
"totalRealPayPrice": {
"amount": "100",
"currency": "CNY"
},
"renderItemList": [
{
"nick": "测试账号tbc003",
"mainlandShippingFee": {
"amount": "0",
"currency": "CNY"
},
"orderFee": {
"amount": "100",
"currency": "CNY"
},
"sellerId": "2206891060210",
"itemPriceInfos": [
{
"quantity": "1",
"itemId": "600120680003951077",
"discountPrice": {
"amount": "100",
"currency": "CNY"
},
"skuId": "4951323355633",
"originPrice": {
"amount": "100",
"currency": "CNY"
}
}
]
}
]
}
}
修改于 2025-01-02 05:54:03