Shape Sage Green Sculpted Zip Through Hoodie Co-ord
€22
Product data
Structured Taking Shape product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Taking Shape catalog — titles, images, and prices the API returns today.
Shape Sage Green Sculpted Zip Through Hoodie Co-ord
€22
Taking Shape Slim Stretch Linen Crop Pant In Ginger Spice
A$60
Taking Shape Natural Summer Days Dress In Print
A$45
Australian Cotton 7/8 Legging In Black
A$60
Taking Shape Cotton Broderie Print Top – Violet
A$60
Taking Shape Cotton Isla Maxi Dress In Black
A$60
Scoop Neck Drape Knit Top
A$60
Sequin Abstract Natural Top
A$60
Taking Shape Bamboo Base Short Sleeve Top In Racing Red
A$60
Taking Shape #coton Pintuck Top In Ecru/black
A$39
Taking Shape Bamboo Chiffon Top (black/chartreuse)
A$60
Taking Shape City Wide Leg Crop Pant In Black
A$60
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": "Taking Shape products",
"filters": {
"brand_ids": [
"Kob2"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Taking Shape products",
filters={"brand_ids": ["Kob2"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Taking Shape products",
filters: {
brand_ids: ["Kob2"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Taking Shape into agents, search, and affiliate flows.
For Taking Shape
Channel3 can help Taking Shape show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.