Table of Contents

Class SupplyChainSyncPackageFulfillmentDataRequest.Types.Package.Types.SKU

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class SupplyChainSyncPackageFulfillmentDataRequest.Types.Package.Types.SKU
Inheritance
SupplyChainSyncPackageFulfillmentDataRequest.Types.Package.Types.SKU
Inherited Members

Constructors

SKU()

public SKU()

Properties

Quantity

获取或设置数量。

[JsonPropertyName("quantity")]
public int Quantity { get; set; }

Property Value

int

SKUId

获取或设置 SKU ID。

[JsonPropertyName("sku_id")]
public string SKUId { get; set; }

Property Value

string