Inverse Side Table With Steel Top - Large
$953
Product data
Structured Huppe product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Huppe catalog — titles, images, and prices the API returns today.
Inverse Side Table With Steel Top - Large
$953
Surface Double Dresser
$2,734
Swan Bookcase - 523 Blackened/352 Fog Lacquer
$2,749
Piazza Linear Led Wall Sconce - Black / Gold / Large
$1,336
Citta Square Ottoman - Club Cl053/large: 36 In Width
$1,802
Moment Horizontal Mirror - 500 Light Natural
$779
Howard Desk With Lacquered Glass Top - 21 Anthracite Birch/352 Fog
$2,542
Moment Horizontal Mirror - 532 Tobacco
$779
Swan Floor Mirror - 511 Smoky
$1,215
Memento 5 Drawer Dresser
$3,803
48 Inch Memento Sideboard - 404 Natural White Oak/405 Raw/627 White
$3,750
Huppe Winston 4-drawer Dresser
$2,790
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": "Huppe products",
"filters": {
"brand_ids": [
"8tVX"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Huppe products",
filters={"brand_ids": ["8tVX"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Huppe products",
filters: {
brand_ids: ["8tVX"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Huppe into agents, search, and commission-earning flows.
For Huppe
Channel3 is the product graph AI shopping apps plug into. Join it once and Huppe's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.