Team Effort Golf Back Nine Stand Bag 8-way - Ncaa University Of Michigan
$225
Product data
Structured Team Effort product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Team Effort catalog — titles, images, and prices the API returns today.
Team Effort Golf Back Nine Stand Bag 8-way - Ncaa University Of Michigan
$225
Team Effort Nfl Individual Driver Headcover
$30
Northern Iowa Panthers Individual Driver Headcover
$38
Pittsburgh Pirates Switchblade Repair Tool & Two Ball Markers
$35
Team Effort Ohio State Buckeyes 62" Windsheer Lite Golf Umbrella
$60
Team Effort Oklahoma City Thunder 16" X 41" Microfiber Golf Towel
$35
Dallas Cowboys Golf Umbrella
$75
Team Golf Carolina Panthers Paddle Cover
$30
Team Effort Nhl Hat Clip And Ball Markers
$17
New York Giants Clubhouse Cooler Golf Cart Bag
$310
Team Effort Houston Texans 15" X 15" Microfiber Towel
$20
Team Effort Colorado Towel
$30
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": "Team Effort products",
"filters": {
"brand_ids": [
"KVkm"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Team Effort products",
filters={"brand_ids": ["KVkm"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Team Effort products",
filters: {
brand_ids: ["KVkm"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Team Effort into agents, search, and commission-earning flows.
For Team Effort
Channel3 is the product graph AI shopping apps plug into. Join it once and Team Effort's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.