Light Grey Perennial Tailored Fit Havana Suit
Product data
Suitsupply
Structured Suitsupply product data for search, recommendations, and AI shopping agents.
What Suitsupply can I help you find?
In the catalog
Sample Suitsupply products
A live slice of the Suitsupply catalog — titles, images, and prices the API returns today.
Suitsupply Wool Plaid Print Blazer W/ Tags
$96
Suitsupply Leather Bomber Jacket
$119
Wool Two-piece Suit
$123
Light Blue Striped Classic Collar Shirt
$139
Blue Flower Tie In Pure Silk
£59
Navy Tailored Fit Milano Suit In Pure S150's Wool
£849
Mid Green Tailored Fit Milano Suit
£599
Light Brown Sneaker In Italian Calf Suede
£149
Navy Tailored Fit Havana Suit
£498
Black Belt In Italian Cow Leather
$99
Taupe Relaxed Fit Roma Suit
£548
One endpoint
Filter Suitsupply with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Commission-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Suitsupply products",
"filters": {
"brand_ids": [
"E7fs"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Suitsupply products",
filters={"brand_ids": ["E7fs"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Suitsupply products",
filters: {
brand_ids: ["E7fs"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull Suitsupply into agents, search, and commission-earning flows.
For Suitsupply
Do you work at Suitsupply?
Channel3 is the product graph AI shopping apps plug into. Join it once and Suitsupply's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.