1. 1688 Order Manage
  • 1688 API
    • 1688 Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
        POST
      • API for Creating Formal Order
        POST
      • API for Canceling Formal Order
        POST
      • API for Querying Order Details
        POST
      • API for Confirming Order Receipt
        POST
      • API for Retrieving Payment Link
        GET
      • API for Auto Payment of Order
        POST
    • 1688 Message Service
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
      • Signature Verification
  1. 1688 Order Manage

API for Creating Formal Order

POST
/alibaba/trade/createCrossOrder
Max 100 SKUs per order, all from the same supplier. Orders with over 50 SKUs or special cases will be split into multiple orders, returning multiple order numbers. Supports both marketplace and drop-shipping. Main/sub-account identification is based on the authorized user.

Request

Body Params application/json

Examples

Responses

🟠405验证错误
application/json
Bodyapplication/json

🟢200成功
🟠404记录不存在
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.soureco.com/alibaba/trade/createCrossOrder' \
--header 'Content-Type: application/json' \
--data '{
    "appKey": "",
    "appSecret": "",
    "thirdOrderId": "A0000001",
    "flow": "general",
    "message": "message",
    "isvBizType": "cross",
    "addressParam": {
        "provinceText": "浙江省",
        "cityText": "杭州市",
        "areaText": "滨江区",
        "townText": "长河镇",
        "address": "网商路699号",
        "postCode": "000000",
        "fullName": "张三",
        "mobile": "12345678901",
        "phone": "12345678901"
    },
    "cargoParamList": [
        {
            "specId": "7b284edcb7275776d92416f1220d1000",
            "quantity": 1,
            "offerId": 698925528268
        }
    ]
}'
Response Response Example
405 - 成功示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "totalSuccessAmount": 900,
        "orderId": "3314022960885106870",
        "success": true,
        "code": null,
        "message": null,
        "accountPeriod": null,
        "failedOfferList": null,
        "postFee": 500,
        "orderList": []
    },
    "timestamp": 1784648589941,
    "traceId": "ea8b253b9803",
    "cost": 0
}
Previous
API for Creating Preview Order
Next
API for Canceling Formal Order
Built with