18-karat Gold Multi-stone Bracelet
€5,065
Product data
Structured IRENE NEUWIRTH JEWELRY product data for search, recommendations, and AI shopping agents. Earn up to 8.40% on sales.
In the catalog
A live slice of the IRENE NEUWIRTH JEWELRY catalog — titles, images, and prices the API returns today.
18-karat Gold Multi-stone Bracelet
€5,065
Gemmy Gem 18-karat Gold Aquamarine Ring
$8,980
Gemmy Gem 18-karat Gold, Aquamarine And Tourmaline Earrings
$9,680
Beaded Double Strand Necklace
$1,295
18kt Yellow Gold Gumball Turquoise Drop Earrings
$6,100
Diamond Heroic Triple Band Ring 18k Yellow Gold
$17,540
Medium Gumball Ring
$2,400
Classic Diamond Three Stone Ring - Labradorite/6.5
$6,680
One Of A Kind Diamond Tennis Ring Green Tourmaline 8
$6,030
Pearl Blossom Pavé Mixed Five Stone Ring 8.5
$12,600
One Of A Kind Carrot Dinner Plate
$1,200
Pavé Small Circle Drop Earrings
$5,830
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": "IRENE NEUWIRTH JEWELRY products",
"filters": {
"brand_ids": [
"vncw"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="IRENE NEUWIRTH JEWELRY products",
filters={"brand_ids": ["vncw"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "IRENE NEUWIRTH JEWELRY products",
filters: {
brand_ids: ["vncw"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull IRENE NEUWIRTH JEWELRY into agents, search, and commission-earning flows.
For IRENE NEUWIRTH JEWELRY
Channel3 is the product graph AI shopping apps plug into. Join it once and IRENE NEUWIRTH JEWELRY's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.