1. AlibabaProduct
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
        • AlibabaProduct
          • AlibabaProductKeywordsQuery
            POST
          • AlibabaProductImageQuery
            POST
          • AlibabaProductCategory
            POST
          • AlibabaProductDetail
            POST
          • AlibabaProductFreightEstimateGet
            POST
          • AlibabaProductPoolList
            POST
        • AlibabaOrderController
          • Order list
          • Order Preview (The preview interface needs to be called before creating an order)
          • Create an order
          • Get order details
        • AfterSale
          • Find the reason for a refund return (to create a refund return)
          • Upload refund receipt
          • Create a refund return request
          • Buyer submits refund information
          • List of logistics companies - All logistics companies
        • TaoProduct
          • TaoBaoProductDetail
          • TaoBaoProductKeywordsQuery
          • TaoBaoProductImageQuery
        • TaoOrder
          • TaoBaoOrderRender
          • TaoBaoOrderCreate
          • TaoBaoOrderList
      • wms
        • Package forecasting
        • package inbound
        • package update
    • 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
  1. AlibabaProduct

AlibabaProductFreightEstimateGet

Deprecated
POST
/alibaba/ka/freightEstimate/get

Request

Header Params

Body Params application/json

Example
{
    "offerId": 0,
    "toProvinceCode": "string",
    "toCityCode": "string",
    "toCountryCode": "string",
    "totalNum": 0,
    "skuInfo": [
        {
            "skuId": "string",
            "number": 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 --request POST 'https://www.xportcn.com/api/alibaba/ka/freightEstimate/get' \
--header 'access-key: 8bfeefe8df8846bea5c0ed90759afe4c' \
--header 'nonce-str: nzxqnqd8u7' \
--header 'timestamp: 1775221032' \
--header 'user-id: 2218427022945' \
--header 'signature: 7D47A933403A8492C4B355DBB00A41EE' \
--header 'Content-Type: application/json' \
--data-raw '{
    "offerId": 0,
    "toProvinceCode": "string",
    "toCityCode": "string",
    "toCountryCode": "string",
    "totalNum": 0,
    "skuInfo": [
        {
            "skuId": "string",
            "number": 0
        }
    ]
}'

Responses

🟢200成功
application/json
Body

Example
{
  "requestId": "",
  "code": 0,
  "developId": 0,
  "msg": "",
  "data": {
    "offerId": 0,
    "freight": ""
  }
}
Modified at 2026-04-17 05:35:56
Previous
AlibabaProductDetail
Next
AlibabaProductPoolList
Built with