Class LogisticsUpdateShippingInfoRequest
- 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
ShippingProviderId
获取或设置运输服务商 ID。
[JsonPropertyName("provider_id")]
public string ShippingProviderId { get; set; }
Property Value
TrackingNumber
获取或设置物流单号。
[JsonPropertyName("tracking_number")]
public string TrackingNumber { get; set; }