Womens Lee® Wrinkle Free Relaxed Fit Pants – Short
Product data
Lee
Structured Lee product data for search, recommendations, and AI shopping agents.
What Lee can I help you find?
In the catalog
Sample Lee products
A live slice of the Lee catalog — titles, images, and prices the API returns today.
Lee 6598 Tröja
Kinsley Kids Ankle Chukka Boots
$55
High Waist Carpenter Jeans
$69
Lqd Slouchy Pleated Trouser Jeans
$128
Anny Lee Sp7804cl Dress - Rose
$83
Lee Y2k Low Mini Skirt Famous Blue
A$71
Clean Workwear Button-down Shirt
$60
Lindy Lee Moss Fierce Dragon Silk Button Gown - 08
Lee Womens Heritage Skinny Jeans Us 14 Xl W34 L29 Blue Cotton
$9
Rapid River Alumni Sweatshirt
$45
Lee Mens Kansas Tapered Casual Trousers W34 L32 Navy Blue Cotton
$9
One endpoint
Filter Lee with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Commission-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Lee products",
"filters": {
"brand_ids": [
"TX9t"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Lee products",
filters={"brand_ids": ["TX9t"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Lee products",
filters: {
brand_ids: ["TX9t"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull Lee into agents, search, and commission-earning flows.
For Lee
Do you work at Lee?
Channel3 is the product graph AI shopping apps plug into. Join it once and Lee's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.