Paloma Mini Skirt
$88
Product data
Structured GUIZIO product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the GUIZIO catalog — titles, images, and prices the API returns today.
Paloma Mini Skirt
$88
Floriane Gingham Skort
$208
Crochet Ruffle Sleeve Bolero
$73
Lura Midi Dress
$182
Gizia Lace Detail Short‑sleeve Off‑white Blouse
$138
Pink Plaid Jacket And Skirt Set
$298
Black Heart Miniskirt
€63
Red Micro Miniskirt
CA$41
Black Alacant Tank Top
CA$72
Gray Micro Miniskirt
£24
Pink Celestial Tank Top
€17
Ssense Exclusive Brown Micro Miniskirt
CA$45
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": "GUIZIO products",
"filters": {
"brand_ids": [
"7WKP"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="GUIZIO products",
filters={"brand_ids": ["7WKP"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "GUIZIO products",
filters: {
brand_ids: ["7WKP"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull GUIZIO into agents, search, and affiliate flows.
For GUIZIO
Channel3 can help GUIZIO show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.