Class ProductRecommendCategoryRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [POST] /product/category_recommend 接口的请求。
public class ProductRecommendCategoryRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
ProductRecommendCategoryRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
ProductRecommendCategoryRequest()
public ProductRecommendCategoryRequest()
Properties
Description
获取或设置商品描述。
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
ImageList
获取或设置图片列表。
[JsonPropertyName("images")]
public IList<ProductRecommendCategoryRequest.Types.Image>? ImageList { get; set; }
Property Value
ProductName
获取或设置商品名称。
[JsonPropertyName("product_name")]
public string ProductName { get; set; }