D555 Big & Tall Black Jacquard Polo Shirt
£24
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.
D555 Big & Tall Black Jacquard Polo Shirt
£24
D555 Big & Tall Black Cotton Jogger Shorts
$35
D555 Blue Brandon Cuffed Joggers With Side Pockets And Drawcord
£30
Big & Tall Black Long Sleeve Non Iron Stretch Shirt
£36
D555 Black Harold 3 Pack Socks
£18
D555 Black Phoenix Cotton Rich Luxury Socks 3 Pack
£18
Royal Blue Full Length Swim Shorts
$24
Big & Tall Navy Blue Quilted Padded Jacket
$48
D555 Big & Tall Navy Blue Check Overshirt
$52
D555 Big & Tall Charcoal Grey Marl Zip Through Knitted Jumper
$46
D555 Big & Tall Burgundy Red Guitar Graphic Print T-shirt
$28
D555 Big & Tall Charcoal Sherpa Lined Puffer Jacket
$50
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 commission-earning flows.
For D555
Channel3 is the product graph AI shopping apps plug into. Join it once and D555's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.