Christmas Tree Wine Glasses In Gift Box, Set Of 4
$148
Product data
Structured Neiman Marcus product data for search, recommendations, and AI shopping agents. Earn up to 15% on sales.
In the catalog
A live slice of the Neiman Marcus catalog — titles, images, and prices the API returns today.
Christmas Tree Wine Glasses In Gift Box, Set Of 4
$148
Stacked Side Table
$450
Jovanna Hand-knotted Rug
$1,800
Antoinette Floor Mirror
$4,350
Tamsin Blue Chinoiserie Outdoor Wing Chair
$1,025
Lenor Pet Bed With Mirror Trim
$3,027
Emerald-cut Lab Grown Diamond 18k White Gold Eternity Band Ring, Size 6
$8,600
Large Eternity Band With Horizontal Set Emerald Cut Diamonds, 2.00ct
$6,680
Single-panel Fireplace Screen
$280
18k Gold East-west Emerald-cut Diamond Hoop Earrings, 3.8tcw/0.75"l
$13,170
18k Gold North South Emerald Cut Diamond Hoop Earrings, 7.9tcw/1"l
$25,570
Neiman Marcus Cashmere V‑neck Sweater - Grey Knitwear, Clothing - Nemrc72448 | The Realreal
$83
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": "Neiman Marcus products",
"filters": {
"brand_ids": [
"o347"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Neiman Marcus products",
filters={"brand_ids": ["o347"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Neiman Marcus products",
filters: {
brand_ids: ["o347"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Neiman Marcus into agents, search, and affiliate flows.
For Neiman Marcus
Channel3 can help Neiman Marcus show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.