Mugler Top
$491
Product data
Structured Mugler product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Mugler catalog — titles, images, and prices the API returns today.
Mugler Top
$491
Thierry Mugler Vintage 1991 Evening Jacket
$810
Mugler Top
$534
Mugler Swirling Dress Shoulder Split Black
$1,378
Mugler Top
$318
Thierry Mugler Vintage 2002 Fur Jacket
$888
Mugler Top
$427
Wool Knee-length Skirt
$48
Angel (refillable Star) 2pc Set 50ml Edp (l)
A$133
Thierry Mugler A Men 100ml Edt (m) Eco Refill
A$146
Thierry Mugler Angel 2pc Set 25ml Edp (l)
A$95
Mugler Open Back Long Sleeve Dress
$2,904
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": "Mugler products",
"filters": {
"brand_ids": [
"YGXp"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Mugler products",
filters={"brand_ids": ["YGXp"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Mugler products",
filters: {
brand_ids: ["YGXp"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Mugler into agents, search, and affiliate flows.
For Mugler
Channel3 can help Mugler show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.