Clark Horizontal Bookcase, Rustic
CA$112
Product data
Structured CANVAS product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the CANVAS catalog — titles, images, and prices the API returns today.
Clark Horizontal Bookcase, Rustic
CA$112
Verres À Bière Canvas Oskar Allant Au Lave-vaisselle, 568 Ml, Paq. De 4
CA$8
Mercier Steel Square Outdoor/patio Dining Table With Umbrella Hole
CA$200
Patio Stemmed Wine Glass Set, 580-ml, 4-pk
CA$73
Brights Collection Dessert Treat Ornament
CA$4
Enchanted Collection Resin Acorn & Pinecone, Assorted
CA$3
Ornement De Noël Ours Polaire, En Céramique Iridescente, 4 Po
CA$5
S/4 Abbesses Bowls, White/blue
$22
Santa's Workshop Collection Miniature Wooden Train Christmas Decoration, 10.2-in
CA$15
Silver Ribbed Finial Ornaments, 6-pk
CA$6
Plafonnier Suspendu Avec Abat-jour En Verre Fumé Grace, Métal Noir
CA$150
Clareview Round Outdoor Patio Sectional Chat Table, 40x20-in
CA$90
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": "CANVAS products",
"filters": {
"brand_ids": [
"nPWu"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="CANVAS products",
filters={"brand_ids": ["nPWu"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "CANVAS products",
filters: {
brand_ids: ["nPWu"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull CANVAS into agents, search, and affiliate flows.
For CANVAS
Channel3 can help CANVAS show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.