Table of Contents

Class TikTokShopLegacyClientExecuteSellerExtensions

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
[Obsolete("此类型专为旧版 API 设计,将于 2024-12-31 下线。")]
public static class TikTokShopLegacyClientExecuteSellerExtensions
Inheritance
TikTokShopLegacyClientExecuteSellerExtensions
Inherited Members

Methods

ExecuteSellerCheckGlobalProductModeAsync(TikTokShopLegacyClient, SellerCheckGlobalProductModeRequest, CancellationToken)

异步调用 [GET] /seller/manage_global_product/check 接口。

REF:
https://partner.tiktokshop.com/doc/page/262744

public static Task<SellerCheckGlobalProductModeResponse> ExecuteSellerCheckGlobalProductModeAsync(this TikTokShopLegacyClient client, SellerCheckGlobalProductModeRequest request, CancellationToken cancellationToken = default)

Parameters

client TikTokShopLegacyClient
request SellerCheckGlobalProductModeRequest
cancellationToken CancellationToken

Returns

Task<SellerCheckGlobalProductModeResponse>

ExecuteSellerGetGlobalActiveShopListAsync(TikTokShopLegacyClient, SellerGetGlobalActiveShopListRequest, CancellationToken)

异步调用 [GET] /seller/global/active_shops 接口。

REF:
https://partner.tiktokshop.com/doc/page/262743

public static Task<SellerGetGlobalActiveShopListResponse> ExecuteSellerGetGlobalActiveShopListAsync(this TikTokShopLegacyClient client, SellerGetGlobalActiveShopListRequest request, CancellationToken cancellationToken = default)

Parameters

client TikTokShopLegacyClient
request SellerGetGlobalActiveShopListRequest
cancellationToken CancellationToken

Returns

Task<SellerGetGlobalActiveShopListResponse>