Lorell Cork Board 1/2" Thick 4'x3' Aluminum Frame
$110
Product data
Structured Lowel product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Lowel catalog — titles, images, and prices the API returns today.
Lorell Cork Board 1/2" Thick 4'x3' Aluminum Frame
$110
Half-racetrack Conference Tabletop
$826
Lorell 2-drawer Vertical File W/ Lock 15"x26-1/2"x28-3/8" Black 60194
$300
Banquet Table, Round, 250 Lb Capacity, 48"x48"x29-1/4", Pm
$156
Economy Chairmat Rectangular Low Pile
$91
Lorell Hospitality Table Bistro-hgt X-leg Table Base - X-shaped Base - 32" Height X 40.75" Width - Assembly Required Llr
$173
Exec Mid-back Chair
$231
Chairmat Studded Rectangular Med-high Pile 36"x48"
$96
Lorell Left Return Desk 24'x48" Ch/mh 79156
$641
Lowell Cs6-dw
$77
Mosaic Border Hanging Mirror
$212

Desk Shell, Rectangular, 72"x30"x29-1/2", Espresso
$469
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": "Lowel products",
"filters": {
"brand_ids": [
"oKtZ"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Lowel products",
filters={"brand_ids": ["oKtZ"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Lowel products",
filters: {
brand_ids: ["oKtZ"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Lowel into agents, search, and affiliate flows.
For Lowel
Channel3 can help Lowel show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.