Class ProductSearchProductsRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [POST] /products/search 接口的请求。
public class ProductSearchProductsRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
ProductSearchProductsRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
ProductSearchProductsRequest()
public ProductSearchProductsRequest()
Properties
CreateTimestampFrom
获取或设置创建时间范围起始时间戳。
[JsonPropertyName("create_time_from")]
public long? CreateTimestampFrom { get; set; }
Property Value
- long?
CreateTimestampTo
获取或设置创建时间范围截止时间戳。
[JsonPropertyName("create_time_to")]
public long? CreateTimestampTo { get; set; }
Property Value
- long?
PageNumber
获取或设置分页页数。
默认值:1
[JsonPropertyName("page_number")]
public int PageNumber { get; set; }
Property Value
PageSize
获取或设置分页每页数量。
默认值:10
[JsonPropertyName("page_size")]
public int PageSize { get; set; }
Property Value
ProductStatus
获取或设置商品状态。
[JsonPropertyName("search_status")]
public int? ProductStatus { get; set; }
Property Value
- int?
SellerSKUList
获取或设置卖家 SKU 信息列表。
[JsonPropertyName("seller_sku_list")]
public IList<string>? SellerSKUList { get; set; }
Property Value
UpdateTimestampFrom
获取或设置更新时间范围起始时间戳。
[JsonPropertyName("update_time_from")]
public long? UpdateTimestampFrom { get; set; }
Property Value
- long?
UpdateTimestampTo
获取或设置更新时间范围截止时间戳。
[JsonPropertyName("update_time_to")]
public long? UpdateTimestampTo { get; set; }
Property Value
- long?