Dry Creek Z Sling
Product data
Simms
Structured Simms product data for search, recommendations, and AI shopping agents.
What Simms can I help you find?
In the catalog
Sample Simms products
A live slice of the Simms catalog — titles, images, and prices the API returns today.
Men's Simms Shroud Fill Logo T-shirt - Natural
Stone Cold Hoodie
$100
Artist-series Bass Tech Hoodie
$60
Trout Outline Short-sleeve T-shirt For Men
$40
Men's Classic Tackle T-shirt
$40
Simms Mens Gallatin Flannel Ls Shirt - Large/stone Ombre Plaid:#907d72
$50
Simms Mens Bugstopper Solarflex Hoody - Medium/sky Neptune:#b4bcc5
$47
Simms Heritage Trucker
$15
Wader Maker Mid Crown Trucker
$15
Men's Solarflex Hoody
$85
Men's Bass Ruler T-shirt - Navy
$30
One endpoint
Filter Simms 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": "Simms products",
"filters": {
"brand_ids": [
"BmWY"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Simms products",
filters={"brand_ids": ["BmWY"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Simms products",
filters: {
brand_ids: ["BmWY"],
},
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 Simms into agents, search, and commission-earning flows.
For Simms
Do you work at Simms?
Channel3 is the product graph AI shopping apps plug into. Join it once and Simms's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.