Class LogisticsGetSubscribedDeliveryOptionsRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [POST] /logistics/get_subscribed_deliveryoptions 接口的请求。
public class LogisticsGetSubscribedDeliveryOptionsRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
LogisticsGetSubscribedDeliveryOptionsRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
LogisticsGetSubscribedDeliveryOptionsRequest()
public LogisticsGetSubscribedDeliveryOptionsRequest()
Properties
WarehouseIdList
获取或设置仓库 ID 列表。
[JsonPropertyName("warehouse_id_list")]
public IList<string> WarehouseIdList { get; set; }