2xl
£30
Product data
Structured D555 product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the D555 catalog — titles, images, and prices the API returns today.
2xl
£30
D555 Stockport Guitar Kingsize T-shirt
£12
D555 Green Signature Premium Weight Combed Cotton V-neck T-shirt – Men
£18
D555 Big & Tall Blue Marl Surfer Waves T-shirt
Flyers Premium Weight Combed Cotton Crew Neck T-shirt
$36
D555 Black Signature Premium Weight Combed Cotton V-neck T-shirt
$36
D555 Red Yarrow Full Length Swim Shorts
£28
D555 Black Harley Four Stitch Line Square Buckle Faux 3.90 Cm Width Leather Belt
£18
D555 Black Combed Cotton Crew Neck T-shirt 5 Pack
£50
D555 Bright Red Yarrow Full Length Swim Shorts
£28
D555 Green Gaston Camouflage Print Crew Neck T-shirt
£23
D555 Brown Nick Cargo Shorts With Shaped Leg Pockets
£35
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": "D555 products",
"filters": {
"brand_ids": [
"Of3e"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="D555 products",
filters={"brand_ids": ["Of3e"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "D555 products",
filters: {
brand_ids: ["Of3e"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull D555 into agents, search, and affiliate flows.
For D555
Channel3 can help D555 show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.