PandaPon OpenAPI
Product documentsAPI Reference
English
  • 中文简体
  • ภาษาไทย
Product documentsAPI Reference
English
  • 中文简体
  • ภาษาไทย
Back to PandaPon Website
  1. Goods
  • Taobao
    • goods
      • Taobao product search
      • Query products in bulk based on Taobao product IDs
      • Taobao commodity search interface
      • Taobao image search interface
    • order form
      • Taobao Order Creation
      • Taobao order paging query
      • Cancel Order
      • Modify the pre warehouse information of an order
      • Payment Order
      • Get IM Link
      • Get order details according to order ID
      • Get logistics details
    • shopping cart
      • Generate Order Preview
      • Create Order
      • Shopping Cart List
      • Delete Cart Item
      • Add Cart Item
      • Edit item quantity
    • After sales
      • Get the reverse order list interface
      • Reverse order rendering interface
      • Return logistics rendering
      • Return logistics submission
      • Reverse Order Cancellation
      • Submit reverse message
      • Reverse order submission
      • Query of message list
      • Reverse order modification
      • Detailed interface of reverse order
    • Message callback
      • Order price modification callback
      • Order status modification callback
      • Order after-sales refund
  • 1688
    • Goods
      • 1688 commodity details inquiry
        POST
      • 1688 Product keyword query
        POST
      • 1688 Product image search
        POST
      • 1688 multilingual store search
        POST
      • Query multilingual categories according to category ID
        POST
      • Product recommendation
        POST
      • Related product recommendation
        POST
      • Global strictly selected keyword query
        POST
      • 1688 Strictly select keyword query
        POST
      • Hot list query
        POST
    • shopping cart
      • Shopping Cart List
      • Add Shopping Cart Item
      • Delete Cart Item
      • Edit item quantity
      • Preview data interface before creating an order
      • Create Order
    • order form
      • Developers submit 1688 orders for payment in batch
      • Preview data interface before order creation (different merchants)
      • Create order interface in batch (different merchants)
      • Obtain logistics tracking information
      • Order List
      • Preview data interface before creating an order
      • Create Order Interface
      • Cancel order interface before payment
      • Order payment
      • Buyer confirms receipt
      • 1688 conversion and decryption to Wangwang nickname interface
    • After sales
      • 1688 Query the details of the refund form
      • 1688 Query refund return reason (used to create refund return)
      • 1688 Upload refund return voucher
      • 1688 Create refund return application
      • 1688 Buyer submits refund information
      • List of logistics companies - all logistics companies
    • Message callback
      • Order price modification callback
      • Order status modification interface
      • 1688 order after-sales refund
  • basis
    • Get user address information
      POST
    • Address addition and update
      POST
  • Warehouse logistics
    • Consult overseas freight estimate
      POST
    • Order overseas freight preview
      POST
    • Update domestic logistics information
      POST
    • Create international logistics order
      POST
  1. Goods

1688 Product keyword query

POST
/v2/alibaba/product/keywords/query

请求参数

Header 参数

Body 参数application/json

示例
{
    "keyword": "T恤",
    "beginPage":1,
    "pageSize":5,
    "country":"en"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/alibaba/product/keywords/query' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "keyword": "T恤",
    "beginPage":1,
    "pageSize":5,
    "country":"en"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "requestId": "657eee317da94075bf4301116f7d61d9",
    "code": 200,
    "developId": "1110890638347337996",
    "msg": "成功",
    "data": {
        "totalRecords": 2000,
        "totalPage": 401,
        "pageSize": 5,
        "currentPage": 1,
        "data": [
            {
                "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01Gf8JoQ20i0lN5N8v2_!!2207943566882-0-cib.jpg",
                "subject": "国潮男装t恤230g重磅短袖男女纯棉体恤宽松圆领团服打底衫衣服潮",
                "subjectTrans": "T-shirt men's national tide 230g heavy cotton Xinjiang cotton tide brand printable logo loose ins solid color short sleeve wholesale",
                "offerMapId": "wmNAp5CyEQ2fatKAZGGMWQ",
                "isJxhy": true,
                "priceInfo": {
                    "price": "16.00",
                    "jxhyPrice": null,
                    "pfJxhyPrice": null
                },
                "repurchaseRate": "5%",
                "monthSold": 97822
            },
            {
                "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01NuiX0a1vRSNaUu9Ma_!!2208347666169-0-cib.jpg",
                "subject": "CoolMax黑科技情侣版T恤重磅220g新疆精梳棉亲肤吸汗透气休闲上衣",
                "subjectTrans": "CoolMax Black Technology Couple Edition T-shirt Heavy 220g Xinjiang Combed Cotton Skin-absorbent Sweat Breathable Casual Jacket",
                "offerMapId": "E_J_AfRcHf9mI1I-Rsw3ow",
                "isJxhy": false,
                "priceInfo": {
                    "price": "35.90",
                    "jxhyPrice": null,
                    "pfJxhyPrice": null
                },
                "repurchaseRate": "10%",
                "monthSold": 138
            },
            {
                "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01qac0bC1jWF7RZTScB_!!2217732114555-0-cib.jpg",
                "subject": "300g纯棉重磅短袖100%新疆棉男女同款T恤宽松圆领百搭简约打底衫",
                "subjectTrans": "300g Cotton Heavy Short Sleeve 100 Xinjiang Cotton Men's and Women's T-Shirt Loose Crewneck Joker Simple Base Shirt",
                "offerMapId": "ZLQKNeaqgTfEacvxc44Gsw",
                "isJxhy": true,
                "priceInfo": {
                    "price": "21.80",
                    "jxhyPrice": null,
                    "pfJxhyPrice": null
                },
                "repurchaseRate": "10%",
                "monthSold": 4381
            },
            {
                "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01Iih3gd1edVEP7gO6s_!!2200734383894-0-cib.jpg",
                "subject": "BE泰合|2025夏季批发潮牌宽松大码索罗娜凉感面料纯色短袖T恤男",
                "subjectTrans": "BE Taihe | 2025 summer wholesale tide brand loose plus size Solona cool fabric solid color short sleeve T-shirt men",
                "offerMapId": "08638W304XanEjfO3MV8ng",
                "isJxhy": false,
                "priceInfo": {
                    "price": "38.99",
                    "jxhyPrice": null,
                    "pfJxhyPrice": null
                },
                "repurchaseRate": "0%",
                "monthSold": 0
            },
            {
                "imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01WVqCwa1UNnVZFKchB_!!2217977072506-0-cib.jpg",
                "subject": "重磅纯棉短袖t恤男夏季ins潮牌宽松百搭简约印花舒适休闲半袖体恤",
                "subjectTrans": "Heavy Cotton Short-sleeved T-shirt Men's Summer Instagram Popular Brand Loose All-match Simple Printed Comfortable Casual Half-sleeved T-shirt",
                "offerMapId": "maU0wK6tDMPreHU97ngM8w",
                "isJxhy": false,
                "priceInfo": {
                    "price": "19.49",
                    "jxhyPrice": null,
                    "pfJxhyPrice": null
                },
                "repurchaseRate": "0%",
                "monthSold": 0
            }
        ]
    }
}
修改于 2025-04-25 06:04:43
上一页
1688 commodity details inquiry
下一页
1688 Product image search
Built with