Table of Contents

Class GlobalProductDeleteProductsRequest

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

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

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

Constructors

GlobalProductDeleteProductsRequest()

public GlobalProductDeleteProductsRequest()

Properties

GlobalProductIdList

获取或设置全球商品 ID 列表。

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

Property Value

IList<string>