Bubbles 12pc Tumbler Glassware Set
CA$73
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.
Bubbles 12pc Tumbler Glassware Set
CA$73
Harvest Lantern With Led Light
CA$75
Verres À Gin, Intérieur/extérieur, Multicolore, 635 Ml, Paq. 8
CA$35
Merry Mingle Collection Crayon Box Christmas Ornament, 3.9-in
CA$6
Red Collection Glittering Decoration Hohoho Christmas Ornament, 6 1/2-in
CA$1
Lampe De Table D'extérieur Canvas À Recharge Solaire Avec Del Blanc Chaud
CA$20
Square Christmas Decoration Heritage Santa Cushion, 18 X 18-in
CA$25
White Christmas Collection Flocked Bottlebrush Tree With Pearls, 7-in, 3-pk
CA$15
Silver Collection Glass Glittering Decoration Finial Christmas Ornament, 5 1/2-in
CA$4
Holiday Homecoming Collection "joyeux Noel" Natural Printed Pvc Coir Mat
CA$20
Pre-lit Indoor Merritt Spruce Twinkle Tree, 7.5-ft
CA$450
Light-up Christmas Decoration Artificial Greenery In Snowflake Design Jar
CA$76
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 commission-earning flows.
For CANVAS
Channel3 is the product graph AI shopping apps plug into. Join it once and CANVAS's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.