Xportcn KA client
  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
      • 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

AlibabaProductDetail

POST
/alibaba/ka/product/detail/get

Request

Header Params

Body Params application/json

Example
{
    "offerId": 0,
    "country": "string"
}

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/product/detail/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "offerId": 0,
    "country": "string"
}'

Responses

🟢200成功
application/json
Body

Example
{
  "requestId": "",
  "code": 0,
  "developId": 0,
  "msg": "",
  "data": {
    "offerId": 0,
    "itemUrl": "",
    "categoryId": 0,
    "categoryName": "",
    "subject": "",
    "subjectTrans": "",
    "description": "",
    "mainVideo": "",
    "detailVideo": "",
    "productImage": {
      "images": [
        ""
      ]
    },
    "productAttribute": [
      {
        "attributeId": "",
        "attributeName": "",
        "value": "",
        "attributeNameTrans": "",
        "valueTrans": ""
      }
    ],
    "productSkuInfos": [
      {
        "amountOnSale": "",
        "price": "",
        "jxhyPrice": "",
        "skuId": "",
        "specId": "",
        "skuAttributes": [
          {
            "attributeId": 0,
            "attributeName": "",
            "attributeNameTrans": "",
            "value": "",
            "valueTrans": "",
            "skuImageUrl": ""
          }
        ]
      }
    ],
    "productSaleInfo": {
      "amountOnSale": 0,
      "priceRangeList": [
        {
          "startQuantity": 0,
          "price": ""
        }
      ],
      "quoteType": 0,
      "consignPrice": "",
      "jxhyPrice": ""
    },
    "productShippingInfo": {
      "sendGoodsAddressText": "",
      "weight": 0.0,
      "width": 0.0,
      "height": 0.0,
      "length": 0.0,
      "skuShippingInfoList": [
        {
          "specId": "",
          "skuId": 0,
          "width": 0.0,
          "length": 0.0,
          "height": 0.0,
          "weight": 0
        }
      ]
    },
    "isJxhy": false,
    "sellerOpenId": "",
    "sellerNickName": "",
    "sellerShopUrl": "",
    "minOrderQuantity": 0,
    "batchNumber": 0,
    "status": "",
    "tagInfoList": [
      {
        "key": "",
        "value": false
      }
    ],
    "traceInfo": ""
  }
}
Modified at 2025-09-18 11:43:05
Previous
AlibabaProductCategory
Next
AlibabaProductFreightEstimateGet
Built with