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
        • The acquisition logic of 1688 commodity prices
        • Alibaba
          • AlibabaProduct
            • AlibabaProductKeywordsQuery
              POST
            • AlibabaProductImageQuery
              POST
            • AlibabaProductCategory
              POST
            • AlibabaProductDetail
              POST
            • AlibabaProductFreightEstimateGet
              POST
            • AlibabaProductDetailMulti
              POST
          • AlibabaOrderController
            • order pay
            • Order list
            • Order Preview (The preview interface needs to be called before creating an order)
            • Create an order
            • Get order details
            • Order Logistics
          • 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. AlibabaProduct

AlibabaProductFreightEstimateGet

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

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "requestId": "",
  "code": 0,
  "developId": 0,
  "msg": "",
  "data": {
    "offerId": 0,
    "freight": 0
  }
}
Modified at 2026-05-26 10:17:16
Previous
AlibabaProductDetail
Next
AlibabaProductDetailMulti
Built with