Svenskt Tenn product data API
Structured Svenskt Tenn product data for developers building search, recommendations, and AI shopping agents.
No credit card required.
Agentic commerce demo
Try a Svenskt Tenn-only AI shopping agent
This demo uses a constant Svenskt Tenn filter and tells the assistant it represents Svenskt Tenn only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.
Do you work at Svenskt Tenn?
Looking to drive more AI sales? Channel3 can help Svenskt Tenn surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.
Drive more AI salesHello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Svenskt Tenn products.
Find any Svenskt Tenn product with one easy endpoint
Start with 1,000 free searches every month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Svenskt Tenn products",
"filters": {
"brand_ids": [
"X9UI"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
products = client.search.perform(
query="Svenskt Tenn products",
filters={"brand_ids": ["X9UI"]},
limit=20,
)import Channel3 from "@channel3/sdk";
const client = new Channel3();
const products = await client.search.perform({
query: "Svenskt Tenn products",
filters: {
brand_ids: ["X9UI"],
},
limit: 20,
});What the product data includes
Normalized product titles
Clean, comparable titles across merchants and storefronts.
Brand and categories
Stable identifiers for filtering, deduplication, and analytics.
Images and product metadata
Hero images, product IDs, category signals, and merchant context.
Live prices and availability
Current offer data so agents do not recommend stale products.
Merchant URLs
Direct product links from retailers and marketplaces.
Affiliate-ready offers
Monetizable links and commission-aware offer selection where available.
Sample Svenskt Tenn products
A preview of the products available through the Channel3 Svenskt Tenn product data API.