Xxiii Printed Thermal Long Sleeve T-shirt Pink Camo
$48
Product data
Structured XXIII product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the XXIII catalog — titles, images, and prices the API returns today.
Xxiii Printed Thermal Long Sleeve T-shirt Pink Camo
$48
Fuzzy Cardigan Black
$36
Women's Corporal Cargo Jeans
$89
Karl Knit T-shirt Faded Blue
$14
Danny Knit Polo Shirt Floral Blue
$48
Xxiii Creased Tailored Pants Tan
$22
Xxiii Carl Cargo Pants Maroon
$26
Xxiii Cartney Cargo Pants Brown
$58
Xxiii Broad Knit Singlet
$38
Xxiii Kaveh Check Shorts Black/white
$48
Kai Satin Button Up Shirt
$54
Baller Fur Jacket
$84
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": "XXIII products",
"filters": {
"brand_ids": [
"Ig1w"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="XXIII products",
filters={"brand_ids": ["Ig1w"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "XXIII products",
filters: {
brand_ids: ["Ig1w"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull XXIII into agents, search, and commission-earning flows.
For XXIII
Channel3 is the product graph AI shopping apps plug into. Join it once and XXIII's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.