Ganni Tops
$156
Product data
Structured Ganni product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Ganni catalog — titles, images, and prices the API returns today.
Ganni Tops
$156
Ganni Jackets
$308
Black League Oversized T-shirt
€123
Black Heavy Cotton Tailoring Corset Midi Dress
$223
Graphic Print Crew Neck T-shirt
$43
Etcetera Tweed Pattern Evening Jacket W/ Tags
$45
Ganni Mock Neck Long Sleeve Top
$70
Ganni Plaid Print Square Neckline Crop Top W/ Tags – Green
$68
Ganni Plaid Print Long Dress
$39
Ganni Floral Print Cargo Pants
$56
Black Bow Maxi Skirt
£39
Blue Fluffy Tech Bucket Hat By Ganni
CA$68
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": "Ganni products",
"filters": {
"brand_ids": [
"IREA"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Ganni products",
filters={"brand_ids": ["IREA"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Ganni products",
filters: {
brand_ids: ["IREA"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Ganni into agents, search, and affiliate flows.
For Ganni
Channel3 can help Ganni show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.