Table of Contents

Class ProductGetProductStocksRequest

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

表示 [POST] /products/stock/list 接口的请求。

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

Constructors

ProductGetProductStocksRequest()

public ProductGetProductStocksRequest()

Properties

ApiVersion

获取或设置 API 版本号。如果不指定将使用系统所支持的最高版本号。

[JsonIgnore]
public override string? ApiVersion { get; set; }

Property Value

string

ProductIdList

获取或设置商品 ID 列表。

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

Property Value

IList<string>

SKUIdList

获取或设置 SKU ID 列表。

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

Property Value

IList<string>