Table of Contents

Class LogisticsGetShippingDocumentRequest

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

表示 [GET] /logistics/shipping_document 接口的请求。

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

Constructors

LogisticsGetShippingDocumentRequest()

public LogisticsGetShippingDocumentRequest()

Properties

DocumentSize

获取或设置文件尺寸。

[JsonIgnore]
public string? DocumentSize { get; set; }

Property Value

string

DocumentType

获取或设置文件类型。

[JsonIgnore]
public string DocumentType { get; set; }

Property Value

string

OrderId

获取或设置订单 ID。

[JsonIgnore]
public string OrderId { get; set; }

Property Value

string