Jam Paper Brite Hue 8.5" X 11" 24lb. Recycled Colored Paper, 100 Sheets
$18
Product data
Structured JAM Paper product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the JAM Paper catalog — titles, images, and prices the API returns today.
Jam Paper Brite Hue 8.5" X 11" 24lb. Recycled Colored Paper, 100 Sheets
$18
Jam Paper 4.125 X 9.5 Brown Kraft Manila Business Envelopes, 100ct.
$19
Jam Paper 4.125" X 9.5" Green Peel & Seal Closure Business Envelopes
$110
Jam Paper #10 Brown Kraft Paper Bag Policy Business Premium Envelopes
$12
Jam Paper Twist Flower Bracelet
$54
Jam Paper #10 Business Straight Flap Envelopes, 50ct.
$15
Jam Paper 4.75" X 6.5" Translucent Envelopes, 50ct.
$37
Jam Paper 5'' X 10'' Clear Plastic Pencil Pouch With Zip Closure, 12ct.
$35
Jam Paper Mini Plastic Memo Clipboard
$10
Jam Paper 4.25" X 6.25" Open End Plastic Envelopes With Button And String Closure, 24ct.
$44
Jam Paper 2-pocket Textured Linen Business Folders, 6ct.
$14
Jam Paper 6.25" X 9.25" Peach Plastic Button String Open End Envelopes, 108ct.
$188
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": "JAM Paper products",
"filters": {
"brand_ids": [
"rXoj"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="JAM Paper products",
filters={"brand_ids": ["rXoj"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "JAM Paper products",
filters: {
brand_ids: ["rXoj"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull JAM Paper into agents, search, and affiliate flows.
For JAM Paper
Channel3 can help JAM Paper show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.