1. 1688 Product Search
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
            POST
          • Image Search
            GET
          • Keyword Search
            GET
          • Shop Search
            GET
          • Product Shipping Query
            POST
          • Category Query
            GET
          • Product Detail Search - supports short links
            GET
          • Product Detail Search
            GET
        • 1688 Order Manage
          • Create Order
          • Preview Order
          • Cancel Order
          • Confirm Receipt
          • Query Order List
          • Query Order Detail
        • 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 Product Search

Product Shipping Query

POST
/alibaba/product/freightEstimate
Submit the product ID and the province/city/district code of the China domestic shipping address to get the China-segment shipping fee.

请求参数

Body 参数application/json

示例
{
    "appKey": "",
    "appSecret": "",
    "offerId": 670291644950,
    "toProvinceCode": "330000",
    "toCityCode": "330100",
    "toCountryCode": "330108",
    "totalNum": 5,
    "logisticsSkuNumModels": [
        {
            "skuId": "4829152353068",
            "number": 5
        }
    ]
}

请求示例代码

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/product/freightEstimate' \
--header 'Content-Type: application/json' \
--data '{
    "appKey": "",
    "appSecret": "",
    "offerId": 670291644950,
    "toProvinceCode": "330000",
    "toCityCode": "330100",
    "toCountryCode": "330108",
    "totalNum": 5,
    "logisticsSkuNumModels": [
        {
            "skuId": "4829152353068",
            "number": 5
        }
    ]
}'

返回响应

🟢200Success
application/json
Bodyapplication/json

示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "offerId": 670291644950,
        "freight": "3.50",
        "templateId": 15441652,
        "singleProductWeight": 0.2,
        "singleProductWidth": 22,
        "singleProductHeight": 1,
        "singleProductLength": 33,
        "templateType": 2,
        "templateName": "中通",
        "subTemplateType": 0,
        "subTemplateName": "快递",
        "firstFee": "3.5",
        "firstUnit": "1",
        "nextFee": "2.5",
        "nextUnit": "1",
        "discount": "1",
        "chargeType": "0",
        "freePostage": false,
        "productFreightSkuInfoModels": [
            {
                "skuId": "4829152353068",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4829152353069",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4829152353070",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4829152353071",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4829152353072",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4829152353073",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028612",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028613",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028614",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028615",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028616",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "4834487028617",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159118",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159119",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159120",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159121",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159122",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            },
            {
                "skuId": "5016469159123",
                "singleSkuWeight": 0.2,
                "singleSkuWidth": 22,
                "singleSkuHeight": 1,
                "singleSkuLength": 33
            }
        ],
        "sizeValueType": 2
    },
    "timestamp": 1727230405350,
    "traceId": "02395b10f36b"
}
修改于 2026-08-18 10:17:55
上一页
Shop Search
下一页
Category Query
Built with