Table of Contents

Class LogisticsUpdateShippingInfoRequest

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

表示 [POST] /logistics/tracking 接口的请求。

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

Constructors

LogisticsUpdateShippingInfoRequest()

public LogisticsUpdateShippingInfoRequest()

Properties

OrderId

获取或设置订单 ID。

[JsonPropertyName("order_id")]
public string OrderId { get; set; }

Property Value

string

ShippingProviderId

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

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

Property Value

string

TrackingNumber

获取或设置物流单号。

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

Property Value

string