Havalance Tv Stand For Tvs Up To 67"
$550
Product data
Structured Signature Design by Ashley® product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Signature Design by Ashley® catalog — titles, images, and prices the API returns today.
Havalance Tv Stand For Tvs Up To 67"
$550
Maddwarth Accessory Set (set Of 5)
$100
Advin Accent Mirror
$280
Mette Table Lamp
$80
Flurinworth Polyresin Vase
$175
Henderson Pad-arm Reclining Sofa
$640
Aldwin Farmhouse Square Coffee Table With Storage
$350
Gizeh Table Lamp
$220
Whitham Table Lamp
$150
Jorielyn Square Table
$41,900
Youth Bedroom Set W/ 2 Side Storage Bed
$886
Kinlanni - Six Drawer Dresser
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": "Signature Design by Ashley® products",
"filters": {
"brand_ids": [
"Yogq"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Signature Design by Ashley® products",
filters={"brand_ids": ["Yogq"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Signature Design by Ashley® products",
filters: {
brand_ids: ["Yogq"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Signature Design by Ashley® into agents, search, and affiliate flows.
For Signature Design by Ashley®
Channel3 can help Signature Design by Ashley® show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.