Vetements Split Trench Coat
Product data
VETEMENTS
Structured VETEMENTS product data for search, recommendations, and AI shopping agents. Earn up to 17.50% on sales.
What VETEMENTS can I help you find?
In the catalog
Sample VETEMENTS products
A live slice of the VETEMENTS catalog — titles, images, and prices the API returns today.
Vetements Men Japan Tourist T-shirt
Women's Decon Deconstructed Structured Blazer
Heart Necklace
Vetements Sharp Pump Shoes
$714
Pantaloni Sportivi A Gamba Dritta In Jersey Di Cotone Con Logo Ricamato
€396
Vetements 2017 Straight Leg Jeans
$80
Vetements Printed Sneakers – Grey Slip‑on Sneakers
$78
T-shirt Slim-fit In Jersey Di Cotone Stretch Con Logo Te Quiero - Rosso - Xs
€162
Vetements Pants
$967
Vetements Mock Neck Long Sleeve Sweatshirt
$146
Vetements Unisex Purple Check Hidden Message Tailored Blazer, Size Small
$1,500
One endpoint
Filter VETEMENTS 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
- Earn up to 17.50% on VETEMENTS sales
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "VETEMENTS products",
"filters": {
"brand_ids": [
"f9h4"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="VETEMENTS products",
filters={"brand_ids": ["f9h4"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "VETEMENTS products",
filters: {
brand_ids: ["f9h4"],
},
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 VETEMENTS into agents, search, and commission-earning flows.
For VETEMENTS
Do you work at VETEMENTS?
Channel3 is the product graph AI shopping apps plug into. Join it once and VETEMENTS's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.