获取商品推荐列表/Get product recommendations

Xiaohongshuapi

About

获取商品推荐列表/Get product recommendations

Documentation

获取商品推荐列表/Get product recommendations

[中文]

用途:

  • 根据商品 SKU ID 获取相关推荐商品列表,使用游标分页

参数:

  • sku_id: 商品 SKU ID(必需),如 "669ddd44e05f3700011067ed"
  • cursor_score: 分页游标,首次请求留空,翻页时传入上一次响应中返回的 cursor_score 值
  • region: 地区,默认 "US"

返回:

  • 推荐商品列表数据

翻页说明:

  • 首次请求:cursor_score 留空
  • 翻页请求:传入上一次响应中返回的 cursor_score 值

[English]

Purpose:

  • Get recommended products list by SKU ID, using cursor pagination

Parameters:

  • sku_id: Product SKU ID (required), e.g. "669ddd44e05f3700011067ed"
  • cursor_score: Pagination cursor, leave empty for first request, pass cursor_score value from previous response for next page
  • region: Region, default "US"

Return:

  • Recommended products list data

Pagination Guide:

  • First request: leave cursor_score empty
  • Next page: pass cursor_score value from previous response

[示例/Example]

sku_id="669ddd44e05f3700011067ed"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取商品推荐列表/Get product recommendations

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models