Table of Contents

Class SupplyChainSyncPackageFulfillmentDataRequest.Types.Package

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

Constructors

Package()

public Package()

Properties

CreateTimeString

获取或设置创建时间字符串(格式:yyyy/MM/dd HH:mm:ss)。

[JsonPropertyName("create_time")]
public string CreateTimeString { get; set; }

Property Value

string

DeliveryOptionName

获取或设置配送方式名称。

[JsonPropertyName("delivery_option_name")]
public string? DeliveryOptionName { get; set; }

Property Value

string

DimensionUnit

获取或设置尺寸单位。

[JsonPropertyName("length_unit")]
public int? DimensionUnit { get; set; }

Property Value

int?

HandOverTimeString

获取或设置交接时间字符串(格式:yyyy/MM/dd HH:mm:ss)。

[JsonPropertyName("hand_over_time")]
public string HandOverTimeString { get; set; }

Property Value

string

Height

获取或设置高度。

[JsonPropertyName("height")]
public int? Height { get; set; }

Property Value

int?

Length

获取或设置长度。

[JsonPropertyName("length")]
public int? Length { get; set; }

Property Value

int?

PackageId

获取或设置包裹 ID。

[JsonPropertyName("package_id")]
public string PackageId { get; set; }

Property Value

string

ProviderWarehouseCode

获取或设置供应商仓库编码。

[JsonPropertyName("provider_warehouse_code")]
public string? ProviderWarehouseCode { get; set; }

Property Value

string

SKUList

获取或设置 SKU 列表。

[JsonPropertyName("sku_list")]
public IList<SupplyChainSyncPackageFulfillmentDataRequest.Types.Package.Types.SKU> SKUList { get; set; }

Property Value

IList<SupplyChainSyncPackageFulfillmentDataRequest.Types.Package.Types.SKU>

ShippedCity

获取或设置发货城市。

[JsonPropertyName("shipped_city")]
public string? ShippedCity { get; set; }

Property Value

string

ShippedTimeString

获取或设置发货时间字符串(格式:yyyy/MM/dd HH:mm:ss)。

[JsonPropertyName("shipped_time")]
public string ShippedTimeString { get; set; }

Property Value

string

ShippingProviderId

获取或设置运输服务商 ID。

[JsonPropertyName("shipping_provider_id")]
public string ShippingProviderId { get; set; }

Property Value

string

ShippingProviderName

获取或设置运输服务商名称。

[JsonPropertyName("shipping_provider_name")]
public string ShippingProviderName { get; set; }

Property Value

string

TimeZone

获取或设置时区。

[JsonPropertyName("time_zone")]
public string TimeZone { get; set; }

Property Value

string

TrackingNumber

获取或设置物流单号。

[JsonPropertyName("tracking_number")]
public string TrackingNumber { get; set; }

Property Value

string

WMSOrderNumber

获取或设置 WMS 订单号。

[JsonPropertyName("wms_order_no")]
public string WMSOrderNumber { get; set; }

Property Value

string

Weight

获取或设置重量。

[JsonPropertyName("weight")]
public int? Weight { get; set; }

Property Value

int?

WeightUnit

获取或设置重量单位。

[JsonPropertyName("weight_unit")]
public int? WeightUnit { get; set; }

Property Value

int?

Width

获取或设置宽度单位。

[JsonPropertyName("width")]
public int? Width { get; set; }

Property Value

int?