Back to Directory
TikTok Shop favicon

TikTok Shop

Announced

Social commerce platform built into TikTok enabling in-app product discovery, live shopping, and checkout without leaving the app.

TikTok Shop has announced plans to support UCP as a participant. No public endpoint is available yet.

TikTok Shop is the native commerce layer embedded in the TikTok app. It enables brands and creators to sell products directly within TikTok's video and live streaming surfaces. Shoppers can discover products in regular videos, live shopping sessions, and the dedicated Shop tab, and complete purchases without leaving the app. TikTok handles the checkout flow, payment processing, and order management.

TikTok Shop has expanded rapidly across Southeast Asia, the UK, and the US. It combines the organic discovery mechanics of TikTok's content algorithm with direct purchase intent capture. Live shopping sessions on TikTok can drive significant short-term sales volume, particularly in beauty, fashion, and consumer electronics categories. Creator affiliate programs let influencers earn commissions on products they promote, incentivizing authentic product content.

TikTok Shop exposes a merchant-facing Shop API that covers product catalog management, order retrieval, fulfillment updates, and return handling. The platform is actively building out its commerce infrastructure and has been in discussions around agentic commerce integrations. For agents, TikTok Shop represents a unique inventory of viral and trend-driven products that surface through TikTok's discovery algorithm before appearing on traditional marketplaces.

Why This Matters for UCP

TikTok Shop brings social discovery-driven commerce to UCP, giving agents access to trend-sensitive inventory and live shopping surfaces that surface viral products before they appear on traditional marketplaces.

UCP Capabilities

checkoutorder management

UCP Endpoint

Announced — Endpoint not yet publicly available

Integration Example

// TikTok Shop API for merchant catalog and order management.
// Uses app key/secret authentication with HMAC-SHA256 signature.

import crypto from 'crypto';

function signRequest(path, params, appSecret) {
  const sorted = Object.keys(params).sort().map(k => k + params[k]).join('');
  return crypto.createHmac('sha256', appSecret).update(path + sorted).digest('hex').toUpperCase();
}

const params = {
  app_key: process.env.TIKTOK_APP_KEY,
  timestamp: Math.floor(Date.now() / 1000),
};
params.sign = signRequest('/product/202309/products/search', params, process.env.TIKTOK_APP_SECRET);

// Search product catalog
const products = await fetch(
  'https://open-api.tiktokglobalshop.com/product/202309/products/search?' + new URLSearchParams(params),
  {
    method: 'POST',
    headers: { 'x-tts-access-token': accessToken, 'Content-Type': 'application/json' },
    body: JSON.stringify({ keyword: searchQuery, page_size: 20 }),
  }
).then(r => r.json());

UCP Status

Announced

Tags

social-commercelive-shoppingcreator-commercetiktokin-app-checkoutvideo-commerceaffiliate

Pricing

freemium

Added 2026-04-23
Verified2026-04-23
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

3 other tools in Social Commerce

Is this your tool? Claim this listing

Related Social Commerce

Pinterest Shopping favicon

Pinterest Shopping

Social Commerce

Ecosystem

Pinterest's product discovery and shopping features enabling brands to reach high-intent shoppers through visual search, shoppable pins, and product catalogs.

social-commercevisual-discoveryproduct-pins
UnverifiedAgent-Ready: 40%
4.1implementation(42 signals)
freemium
Instagram Shopping favicon

Instagram Shopping

Social Commerce

Announced

Instagram's native shopping features enabling brands and creators to tag products in posts, Reels, and Stories with in-app checkout available in supported markets.

social-commercein-app-checkoutproduct-tagging
UnverifiedAgent-Ready: 40%
4.1implementation(37 signals)
freemium
Meta (Facebook & Instagram Shops) favicon

Meta (Facebook & Instagram Shops)

Social Commerce

Ecosystem

Meta joined the UCP Tech Council in April 2026, integrating Facebook Shops and Instagram Shopping into the open agentic commerce standard.

social-commercefacebook-shopsinstagram-shopping
UnverifiedAgent-Ready: 40%
3.9implementation(39 signals)
freemium