v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Integrations

Get TikTok Shop configuration

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Returns TikTok Shop configuration, prerequisites, and sync status

get/open-api/v1.0/integrations/tiktok/configuration

Response

OK

configuredboolean required

Whether TikTok Shop is configured

tiktokShopIdstring

TikTok Shop ID

syncPausedboolean required

Whether product sync is paused

syncPauseReasonsstring[] required

Reasons sync is paused

Example response

{
  "configured": true,
  "prerequisites": {
    "pickupWarehouseConfigured": true,
    "returnWarehouseConfigured": true,
    "shippingTemplatesConfigured": true,
    "deliveryOptionConfigured": true,
    "sellerActive": true,
    "shopActive": true,
    "taxInfoSubmitted": true,
    "quantityLimitSet": true
  }
}