Victorian Loveseat Miniature In Red Velvet
$469
Product data
Structured Telon Heritage product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Telon Heritage catalog โ titles, images, and prices the API returns today.
Victorian Loveseat Miniature In Red Velvet
$469
Heritage G718hc Heavy Duty Utility Shear, 8-5/8-inch
$25
Scallop Edge One Piece
Maya Satin Shirt (petal) - 3
Linen Blazer (dark Navy) - 1
Double Layer Tank Dress
Luxe L/s Polo Dress (latte) - Final Sale - 0
Kanlow Fabric Double Recliner Loveseat Sofa With Storage Console
$760
Modern Heritage Sararose 3-seater Fabric Sofa
$800
Ruched Fluid Jersey Top
Modern Heritage Caitbrook Storage Bedroom Set
$2,009
Modern Heritage Cabalynn Dining Set In Light Brown Glazed Finish - 5 Pieces
$1,800
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Telon Heritage products",
"filters": {
"brand_ids": [
"2VCJ"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Telon Heritage products",
filters={"brand_ids": ["2VCJ"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Telon Heritage products",
filters: {
brand_ids: ["2VCJ"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Telon Heritage into agents, search, and affiliate flows.
For Telon Heritage
Channel3 can help Telon Heritage show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.