Table of Contents

Class TikTokShopClientExecuteSellerExtensions

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public static class TikTokShopClientExecuteSellerExtensions
Inheritance
TikTokShopClientExecuteSellerExtensions
Inherited Members

Methods

ExecuteSellerCheckGlobalProductModeAsync(TikTokShopClient, SellerCheckGlobalProductModeRequest, CancellationToken)

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

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

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

Parameters

client TikTokShopClient
request SellerCheckGlobalProductModeRequest
cancellationToken CancellationToken

Returns

Task<SellerCheckGlobalProductModeResponse>

ExecuteSellerGetGlobalActiveShopListAsync(TikTokShopClient, SellerGetGlobalActiveShopListRequest, CancellationToken)

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

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

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

Parameters

client TikTokShopClient
request SellerGetGlobalActiveShopListRequest
cancellationToken CancellationToken

Returns

Task<SellerGetGlobalActiveShopListResponse>