Table of Contents

Class SupplyChainSyncPackageFulfillmentDataRequest

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

表示 [POST] /supply_chain/package_shipment_confirmation 接口的请求。

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

Constructors

SupplyChainSyncPackageFulfillmentDataRequest()

public SupplyChainSyncPackageFulfillmentDataRequest()

Properties

PackageList

获取或设置包裹列表。

[JsonPropertyName("package")]
public IList<SupplyChainSyncPackageFulfillmentDataRequest.Types.Package> PackageList { get; set; }

Property Value

IList<SupplyChainSyncPackageFulfillmentDataRequest.Types.Package>

WarehouseProviderId

获取或设置仓库供应商 ID。

[JsonPropertyName("warehouse_provider_id")]
public string WarehouseProviderId { get; set; }

Property Value

string