Jovani 38358cl Dress - White/2
$269
Product data
Structured AJVANI product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the AJVANI catalog — titles, images, and prices the API returns today.
Jovani 38358cl Dress - White/2
$269
Low Heel Chelsea Riding Calf Boots
£33
Jovani 05647cl Dress
$404
Jovani 37649 Dress - Light Blue/10
$350
Jovani 39114 Dress - Teal/16
$1,000
Jovani Mesh Long Dress
$74
Jovani 36713 Dress
$640
Jovani 37964 Dress
$269
Jovani 38144cl Dress - Red/14
$470
Jovani 39927 Dress
$590
Jovani 07249bg Dress - Hunter/18
$400
Jovani 40596 Dress - Navy/20
$900
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": "AJVANI products",
"filters": {
"brand_ids": [
"0VfG"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="AJVANI products",
filters={"brand_ids": ["0VfG"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "AJVANI products",
filters: {
brand_ids: ["0VfG"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull AJVANI into agents, search, and commission-earning flows.
For AJVANI
Channel3 is the product graph AI shopping apps plug into. Join it once and AJVANI's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.