Table of Contents

Class PromotionAddOrUpdateActivityItemsRequest

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

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

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

Constructors

PromotionAddOrUpdateActivityItemsRequest()

public PromotionAddOrUpdateActivityItemsRequest()

Properties

ProductList

获取或设置商品列表。

[JsonPropertyName("product_list")]
public IList<PromotionAddOrUpdateActivityItemsRequest.Types.Product> ProductList { get; set; }

Property Value

IList<PromotionAddOrUpdateActivityItemsRequest.Types.Product>

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