Table of Contents

Class PromotionRemoveActivityItemsRequest

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

表示 [POST] /promotion/activity/items/remove 接口的请求。

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

Constructors

PromotionRemoveActivityItemsRequest()

public PromotionRemoveActivityItemsRequest()

Properties

PromotionId

获取或设置促销 ID。

[JsonPropertyName("promotion_id")]
public string PromotionId { get; set; }

Property Value

string

RequestSerialNumber

获取或设置请求序列号。

[JsonPropertyName("request_serial_no")]
public string RequestSerialNumber { get; set; }

Property Value

string

SKUIdList

获取或设置 SKU ID 列表。

[JsonPropertyName("sku_list")]
public IList<string>? SKUIdList { get; set; }

Property Value

IList<string>

SPUIdList

获取或设置 SPU ID 列表。

[JsonPropertyName("spu_list")]
public IList<string>? SPUIdList { get; set; }

Property Value

IList<string>