Xportcn KA client
  1. Warehouse logistics
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
          POST
        • Order overseas freight preview
          POST
        • Create international logistics orders
          POST
        • Update domestic logistics information
          POST
      • KA
        • Interface description flowchart
        • AlibabaProduct
          • AlibabaProductKeywordsQuery
          • AlibabaProductImageQuery
          • AlibabaProductCategory
          • AlibabaProductDetail
          • AlibabaProductFreightEstimateGet
          • AlibabaProductPoolList
        • AlibabaOrderController
          • Order list
          • Order Preview (The preview interface needs to be called before creating an order)
          • Create an order
          • Get order details
      • 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. Warehouse logistics

Please refer to the estimated overseas freight

POST
/open/pp/logistics/itemLogisticsPrice
商品维度

Request

Query Params

Body Params application/json

Example
{
     "itemId": "2048232789087639",
     "skuId": "4970432383383",
     "quantity": 1,
     "receiverAddress": {
        "country": "US",
        "state": "California",
        "city": "VALLEY VLG",
        "zip": "91607",
        "address": "5818 WHITSETT AVE 401",
        "name": "Ofir Birinbaum",
        "phone": "5083326888",
        "mobilePhone": "5083326888",
        "email": "1229220680@qq.com"
    }
}

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/open/pp/logistics/itemLogisticsPrice?timestamp&sign' \
--header 'Content-Type: application/json' \
--data-raw '{
     "itemId": "2048232789087639",
     "skuId": "4970432383383",
     "quantity": 1,
     "receiverAddress": {
        "country": "US",
        "state": "California",
        "city": "VALLEY VLG",
        "zip": "91607",
        "address": "5818 WHITSETT AVE 401",
        "name": "Ofir Birinbaum",
        "phone": "5083326888",
        "mobilePhone": "5083326888",
        "email": "1229220680@qq.com"
    }
}'

Responses

🟢200成功
application/json
Body

Examples
{
    "errorCode": 200,
    "errorMsg": null,
    "success": true,
    "data": [
        {
            "serviceId": "1",
            "companyName": "泛远中美空运集运专线",
            "shippingFee": {
                "amount": "322.92",
                "currency": "USD"
            },
            "serviceCategory": "air",
            "logisticsTime": {
                "mode": "1",
                "min": "5",
                "max": "7"
            }
        },
        {
            "serviceId": "2",
            "companyName": "泛远中美海运集运专线",
            "shippingFee": {
                "amount": "322.92",
                "currency": "USD"
            },
            "serviceCategory": "sea",
            "logisticsTime": {
                "mode": "1",
                "min": "6",
                "max": "9"
            }
        }
    ]
}
Modified at 2025-08-19 06:50:46
Previous
Address added and updated
Next
Order overseas freight preview
Built with