1. 1688 Order Manage
Daji Open Platform API
  • Introduction
    • Integration Guide
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • API Specification
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688-API
        • 1688 Signature & Enum
        • Upload image to get imageId
        • Image Search
        • Keyword Search
        • Product Detail Search
        • Shop Search
        • Product Shipping Query
        • Category Query
        • Product Detail Search - supports short links
        • Query Ranking List
        • Query Daily Product Sales Trend
        • Preview Order
        • Create Order
        • Cancel Order
        • Confirm Receipt
        • Query Order Detail
        • Query Order List
        • Batch Get Order Payment Links
        • Initiate Password-free Payment
        • Multilingual Search Navigation
        • 1688 Trade Message
        • 1688 Message - Signature Verification
      • 1688 API Debugging
        • 1688 Business Opportunity
          • Query Ranking List
          • Query Daily Product Sales Trend
        • 1688 Product Search
          • Upload image to get imageId
          • Image Search
          • Keyword Search
          • Shop Search
          • Product Shipping Query
          • Category Query
          • Product Detail Search - supports short links
          • Product Detail Search
        • 1688 Order Manage
          • Create Order
            POST
          • Preview Order
            POST
          • Cancel Order
            POST
          • Confirm Receipt
            POST
          • Query Order List
            POST
          • Query Order Detail
            POST
        • 1688 Order Pay
          • Initiate Password-free Payment
          • Get payment links for orders in batches
        • Other API
          • Multilingual Search Navigation
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
    • Taobao / Tmall API
      • Taobao-Tmall-API
        • Taobao/Tmall Signature & Enum
        • Upload Image
        • Image Search V1.0
        • Image Search V2.0
        • Keyword Search
        • Shop Search
        • Product Detail Search
        • Ranking Type Search
        • Ranking Product Search
        • Product Shipping Query
        • Product Detail Search - supports short links
        • Batch Product Shipping Query
        • Product Detail Search V2
        • Product Shipping Query V2
        • Batch Product Shipping Query V2
        • Matching API
        • Preview Product
        • Create Order
        • Cancel Order
        • Query Order
        • Pay Order
        • Order Message
        • Order Message - Signature Verification
      • Taobao/Tmall API Debugging
        • Taobao / Tmall Order Manage
          • Product ID Mapping
          • Product Preview
          • Create Order
          • Cancel Order
          • Query Order
        • Taobao / Tmall Order Pay
          • Batch Order Pay
        • Taobao / Tmall Product Search
          • Image upload By Get
          • Image Search V1.0
          • Image Search V2.0
          • Keyword Product Search
          • Shop Search
          • Product Detail Search V2
          • Ranking Type Search
          • Ranking Product Search
          • Product Shipping Query V2
          • Product Detail Search - supports short links
          • Batch Product Shipping Query V2
    • Poizon API
      • Poizon Product Search
        • Keyword Search
        • Product Detail
      • Poizon Order Manage
        • Create order & Payment API
        • Query Order Info
      • Poizon Balance Query API
        • Balance Query API
中文
Login In/Register
  1. 1688 Order Manage

Preview Order

POST
/alibaba/createOrder/preview
Preview order. Only products from the same seller can be submitted. This API returns shipping fees, discounts, and other order-creation-related info (1. validate whether the product can be ordered; 2. validate inventory, MOQ, and mixed-batch conditions; 3. China-segment shipping fee and discount info).

请求参数

Body 参数application/json

示例
{
    "appKey": "",
    "appSecret": "",
    "flow": "general",
    "addressParam": {
        "fullName": "张三",
        "mobile": "18888888888",
        "phone": "18888888888",
        "postCode": "000000",
        "cityText": "杭州市",
        "provinceText": "浙江省",
        "areaText": "滨江区",
        "townText": "镇文本",
        "address": "网商路699号",
        "districtCode": "310107"
    },
    "cargoParamList": [
        {
            "specId": "594b40c111b019af610a0078e4316373",
            "quantity": 1,
            "offerId": 670291644950
        }
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.dajisaas.com/alibaba/createOrder/preview' \
--header 'Content-Type: application/json' \
--data '{
    "appKey": "",
    "appSecret": "",
    "flow": "general",
    "addressParam": {
        "fullName": "张三",
        "mobile": "18888888888",
        "phone": "18888888888",
        "postCode": "000000",
        "cityText": "杭州市",
        "provinceText": "浙江省",
        "areaText": "滨江区",
        "townText": "镇文本",
        "address": "网商路699号",
        "districtCode": "310107"
    },
    "cargoParamList": [
        {
            "specId": "594b40c111b019af610a0078e4316373",
            "quantity": 1,
            "offerId": 670291644950
        }
    ]
}'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "orderPreviewResuslt": [
            {
                "discountFee": null,
                "tradeModeNameList": [
                    "assureTrade"
                ],
                "status": true,
                "taoSampleSinglePromotion": false,
                "sumPayment": 1671,
                "message": null,
                "sumCarriage": 350,
                "resultCode": null,
                "sumPaymentNoCarriage": 1321,
                "additionalFee": null,
                "flowFlag": "general",
                "cargoList": [
                    {
                        "amount": 13.21,
                        "message": null,
                        "finalUnitPrice": 13.9,
                        "specId": "594b40c111b019af610a0078e4316373",
                        "skuId": 4829152353068,
                        "resultCode": null,
                        "offerId": 670291644950,
                        "cargoPromotionList": [
                            {
                                "promotionId": "plus-1081365079-901378548216|AliB2Bdszk-64971405656_901378548216",
                                "selected": false,
                                "text": "省0.69:PLUS会员价",
                                "desc": "<ul><li>PLUS会员价:省0.69元</li></ul>",
                                "freePostage": false,
                                "discountFee": 69
                            }
                        ],
                        "openOfferId": "/nlXn4qH5YNFo9hwZ8PEsA=="
                    }
                ],
                "shopPromotionList": [],
                "tradeModelList": [
                    {
                        "tradeWay": null,
                        "name": "担保交易",
                        "tradeType": "assureTrade",
                        "description": "买家下单后5天内支付全款,逾期付款,交易关闭。付款成功后卖家发货,买家在10天内确认收货。注:买家可使用1688网站提供的多种支付方式完成付款。特别提醒:如卖家已开通极速到账服务,将优先适用极速到账交易,买家支付款项将在买家下单并支付成功后或卖家发货后直接打入卖家账户。若买家在确认收货之前发起退款,杭州阿里巴巴智融数字技术有限公司提供非融资性担保服务,将保障除虚假、刷单等恶意行为之外的买家权益,在卖家没有及时向买家支付退款的情况下,代卖家向买家支付退款,并因此有权向卖家追偿所支付的退款。",
                        "opSupport": true
                    }
                ],
                "payChannelList": null,
                "payChannelInfos": [
                    {
                        "name": "alipay",
                        "amountLimit": null
                    },
                    {
                        "name": "shegou",
                        "amountLimit": 30000
                    }
                ]
            }
        ],
        "success": true,
        "errorCode": null,
        "errorMsg": null,
        "postFeeByDescOfferList": null,
        "consignOfferList": null,
        "unsupportedCrossBorderPayOfferList": []
    },
    "timestamp": 1723613421492,
    "traceId": "3f8ececcae29"
}
修改于 2026-08-18 10:11:56
上一页
Create Order
下一页
Cancel Order
Built with