Boden Suede Kitten Heel Ankle Boots, Cognac, 6
£101
Product data
Structured boben product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the boben catalog — titles, images, and prices the API returns today.
Boden Suede Kitten Heel Ankle Boots, Cognac, 6
£101
Mini Boden Kids' Rainbow Hearts Long Sleeve T-shirt, Navy/multi, 10-11 Years
£25
Cosy Sweatshirt Bn Blnv 6-7y
£17
Mini Boden Kids' Fleece Lined Coat, Navy/multi, 10‑11 Years
£53
Mini Boden Kids' Short Sleeve Swimsuit, Multi, 9‑10 Years
£25
Mini Boden Kids' Striped Towelling Robe, Multi, 10-11 Years
£29
Romie Towelling Zip Throw-on-bubblegum Pink Heart Stamp
£29
Boden 100% Polyester Black Casual Dress Size 8 Long
$22
Leggings Mit Applikationen-aloe-vera-grün, Häschen
€14
Lustiges Jerseykleid Mit Herztasche-regenbogen
$23
Lustige, Kuschelige Leggings-anemone - 110
$17
Crossed Leather Sandals-metallic
£25
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": "boben products",
"filters": {
"brand_ids": [
"PagM"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="boben products",
filters={"brand_ids": ["PagM"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "boben products",
filters: {
brand_ids: ["PagM"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull boben into agents, search, and affiliate flows.
For boben
Channel3 can help boben show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.