1. AlibabaOrderController
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • The acquisition logic of 1688 commodity prices
        • Alibaba
          • AlibabaProduct
            • AlibabaProductKeywordsQuery
            • AlibabaProductImageQuery
            • AlibabaProductCategory
            • AlibabaProductDetail
            • AlibabaProductFreightEstimateGet
            • AlibabaProductDetailMulti
          • AlibabaOrderController
            • order pay
              POST
            • Order list
              POST
            • Order Preview (The preview interface needs to be called before creating an order)
              POST
            • Create an order
              POST
            • Get order details
              POST
            • Order Logistics
              POST
          • IM
            • IM
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
      • OrderStatusFlow
        • 1688-KA-Order-EN.md
        • README.md
        • Taobao-Order-CN.md
        • Taobao-Order-EN.md
  1. AlibabaOrderController

Create an order

POST
/alibaba/ka/order/create

Request

Header Params

Body Params application/json

Example
{"flow":"fenxiaonew","addressParam":{"fullName":"test","mobile":"13567102355","phone":"","postCode":"532600","cityText":"崇左市","provinceText":"凭祥市区","areaText":"凭祥市区","townText":"广西壮族自治区省","address":"测试","districtCode":"451481"},"cargoParamList":[{"offerId":889512351602,"specId":"530ad00177264564503ec3b848650652","quantity":2.0}]}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://www.xportcn.com/api/alibaba/ka/order/create' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{"flow":"fenxiaonew","addressParam":{"fullName":"test","mobile":"13567102355","phone":"","postCode":"532600","cityText":"崇左市","provinceText":"凭祥市区","areaText":"凭祥市区","townText":"广西壮族自治区省","address":"测试","districtCode":"451481"},"cargoParamList":[{"offerId":889512351602,"specId":"530ad00177264564503ec3b848650652","quantity":2.0}]}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "requestId": "6e44d8bf6f71451991930d3536aa4b9a",
  "code": 200,
  "developId": "1356764224096829747",
  "msg": "成功",
  "data": [
    {
      "tradeNo": "PT1362518502442795235"
    }
  ]
}
Modified at 2026-06-15 06:07:53
Previous
Order Preview (The preview interface needs to be called before creating an order)
Next
Get order details
Built with