Table of Contents

Class ProductDeleteProductsRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

表示 [DELETE] /products 接口的请求。

public class ProductDeleteProductsRequest : TikTokShopLegacyRequest, ICommonRequest
Inheritance
ProductDeleteProductsRequest
Implements
ICommonRequest
Inherited Members

Constructors

ProductDeleteProductsRequest()

public ProductDeleteProductsRequest()

Properties

ProductIdList

获取或设置商品 ID 列表。

[JsonPropertyName("product_ids")]
public IList<string> ProductIdList { get; set; }

Property Value

IList<string>