Mac Duggal 8130 Dress
$558
Product data
Structured Mac Duggal product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Mac Duggal catalog — titles, images, and prices the API returns today.
Mac Duggal 8130 Dress
$558
Mac Duggal 42065 Dress
$298
Mac Duggal 68753 Dress
$598
Mac Duggal 68783 Dress - Nude Multi
$458
Mac Duggal 9256 Dress
$798
Mac Duggal 77187f
$498
Mac Duggal 79451 Dress
$898
Mac Duggal 44081 Dress
$598
Mac Duggal K12017 Dress
$598
Mac Duggal 6183 Dress
$698
Mac Duggal 6086 Dress - Charcoal
$798
Mac Duggal 11692cl Dress
$299
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": "Mac Duggal products",
"filters": {
"brand_ids": [
"MCJl"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Mac Duggal products",
filters={"brand_ids": ["MCJl"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Mac Duggal products",
filters: {
brand_ids: ["MCJl"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Mac Duggal into agents, search, and affiliate flows.
For Mac Duggal
Channel3 can help Mac Duggal show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.