Medical Arts Press Jeter A Identification & Color Coding Labels 15/16 H X 1 5/8 W Orange 500 Roll
$9
Product data
Structured Medical Arts Press product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Medical Arts Press catalog — titles, images, and prices the API returns today.
Medical Arts Press Jeter A Identification & Color Coding Labels 15/16 H X 1 5/8 W Orange 500 Roll
$9
Medical Arts Press Position 5 Colored End-tab Chart Dividers, Telephone Message, Yellow, 100/pack (56823)
$36
Medical Arts Press Tab Products Compatible Alpha Binder Sheet Style Labels Letter A
$20
Medical Arts Press Barkley Sycom Compatible Alpha Sheet Style Labels I
$9
Medical Arts Press Heavy Duty End Tab File Folders, Letter Size, Manila, 50/box (31464)
$51
Medical Arts Press End Tab File Folder, Letter-size, Lavender, 50/box
$77
Medical Arts Press End Tab File Folder, Straight Cut, Letter-size, Lavender, 100/box (s-09241-lav)
$75
Medical Arts Press Heavy Duty End Tab File Folder, Straight-cut, Letter Size, Blue, 40/box (s-09461-dbl)
$72
Medical Arts Press End Tab File Folders, Letter Size, Manila, 50/box (31462q)
$49
Medical Arts Press Reinforced End Tab File Folder, Straight Cut, Letter-size, Gray, 50/box (s-01502-gry)
$37
Medical Arts Press End Tab File Folder, Straight Cut, Letter-size, Lavender, 50/box
$53
Medical Arts Press Position 4 Colored Side-tab Chart Dividers Pathology Manila 100 Pack
$21
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": "Medical Arts Press products",
"filters": {
"brand_ids": [
"9uMj"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Medical Arts Press products",
filters={"brand_ids": ["9uMj"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Medical Arts Press products",
filters: {
brand_ids: ["9uMj"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Medical Arts Press into agents, search, and commission-earning flows.
For Medical Arts Press
Channel3 is the product graph AI shopping apps plug into. Join it once and Medical Arts Press's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.