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

AlibabaProductPoolList

POST
/alibaba/ka/product/pool/list

Request

Header Params

Body Params application/json

Example
{"pageNo":1,"pageSize":10,"offerPoolId":262395768}

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/pool/list' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{"pageNo":1,"pageSize":10,"offerPoolId":262395768}'

Responses

🟢200成功
application/json
Body

Example
{
    "requestId": "ce0165eb096e4f928f895cd488ed74c8",
    "code": 200,
    "developId": "1271113942818619782",
    "msg": "成功",
    "data": [
        {
            "offerId": 35098397647,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35378957922,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35402034507,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35426059350,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35443587730,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35534924866,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35548946641,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35593661504,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35601143878,
            "offerPoolTotal": 307497
        },
        {
            "offerId": 35773354144,
            "offerPoolTotal": 307497
        }
    ]
}
Modified at 2025-12-03 03:11:48
Previous
AlibabaProductFreightEstimateGet
Next
Order list
Built with