- 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àngPOST
- Tạo đơn đặt hàngPOST
- Nhận chi tiết đặt hàngPOST
- Hủy đơn đặt hàng trước khi thanh toánPOST
- Thứ tự thanh toánGET
- Người mua xác nhận nhận hàngPOST
- Các nhà phát triển nộp các khoản thanh toán hàng loạtPOST
- 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)POST
- Tạo đơn đặt hàng Các doanh nghiệp khác nhauPOST
- Theo dõi hậu cần để nhận lệnhGET
- Truy vấn phân trang danh sách đơn đặt hàngPOST
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- Tiếp thị
- Basics
Tạo đơn đặt hàng
POST
/alibaba/order/create
Đơn hàng
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
flow
string
必需
message
string | null
可选
shopPromotionId
string | null
可选
tradeType
string | null
可选
addressParam
object
必需
fullName
string
必需
mobile
string
必需
phone
string
必需
postCode
string
YouBian
cityText
string
必需
provinceText
string
必需
areaText
string
Văn bản
townText
string
必需
address
string
必需
cargoParamList
array [object {3}]
必需
offerId
integer
必需
specId
string
必需
quantity
number
必需
示例
示例代码
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/order/create' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
requestId
string | null
可选
code
integer | null
Mã trả về
developId
integer | null
可选
msg
string | null
可选
data
object
可选
guaranteesTerms
object
可选
nativeLogistics
object
可选
productItems
array [object {35}] | null
可选
tradeTerms
array [object {10}] | null
可选
extAttributes
array [object {3}] | null
可选
orderRateInfo
object
可选
orderInvoiceInfo
object
可选
customs
object
可选
overseasExtraAddress
object
可选
baseInfo
object
可选
orderBizInfo
object
可选
quoteList
array [object {3}] | null
可选
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}
修改于 2025-01-02 05:54:03