Paillette Tank Top
$99
Product data
Structured MSGM product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the MSGM catalog — titles, images, and prices the API returns today.
Paillette Tank Top
$99
White Canvas Tote With Print And Contrasting Handles
$225
Black Frayed Raw Cotton Mini Dress.
$537
Off-white Canvas Micro Tote With Print And Contrasting Handles
$198
Light Blue Striped Cotton Poplin Short-sleeve Shirt With Placed Print
$303
Dark Stone-washed Five-pocket Denim Trousers
$243
Black Stretch Cotton Short-sleeve Shirt With Classic Collar
$303
Brown Wide-leg Jacquard Trousers With Python Print
$411
Pink Satin Shirt With Lace Inserts
$453
Pink Short-sleeve Viscose Ribbed T-shirt
$112
Grey Horizontal Striped Jersey T-shirt
$137
Cropped Poplin Blouse With Python Print.
$303
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": "MSGM products",
"filters": {
"brand_ids": [
"pcPr"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="MSGM products",
filters={"brand_ids": ["pcPr"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "MSGM products",
filters: {
brand_ids: ["pcPr"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull MSGM into agents, search, and affiliate flows.
For MSGM
Channel3 can help MSGM show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.