Yves Salomon Manteau 130cm Jacket Clothing
$4,067
Product data
Structured YVES SALOMON product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the YVES SALOMON catalog — titles, images, and prices the API returns today.
Yves Salomon Manteau 130cm Jacket Clothing
$4,067
Yves Salomon - Women Short Fox Trim Down Jacket
$738
Bomber In Camoscio
€2,450
Wool Turtleneck Pullover
$760
Yves Salomon 2-in-1 Parka
$1,966
Yves Salomon Mink Fur Coat
$11,390
Double-breasted Shearling Coat
€2,688
Yves Salomon Giacca Leggera Impermeabile Uomo
€1,390
Shearling And Wool Scarf
$610
Double-sided Cashmere Trousers
Flannel Lined Leather Overshirt
Knitted T-shirt
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": "YVES SALOMON products",
"filters": {
"brand_ids": [
"XMSx"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="YVES SALOMON products",
filters={"brand_ids": ["XMSx"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "YVES SALOMON products",
filters: {
brand_ids: ["XMSx"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull YVES SALOMON into agents, search, and commission-earning flows.
For YVES SALOMON
Channel3 is the product graph AI shopping apps plug into. Join it once and YVES SALOMON's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.