Chemise Resort Embroidered
€169
Product data
Structured Marine Layer product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Marine Layer catalog — titles, images, and prices the API returns today.
Chemise Resort Embroidered
€169
Chevron Varsity Crew Sweater
£55
Marine Layer Men's Sueded T-shirt
$64
Marine Layer Ella Stripe Wide-leg Drawstring Pants
$138
Marine Layer Lexi Sun In High Neck Crop Rib Tank
$76
Marine Layer Saturday Slim Straight Leg Twill Chinos
$90
Marine Layer Allison Corduroy Pants
$119
Marine Layer Arden Midi Shirtdress
$158
Marine Layer Isla Midi Sweater Skirt
$47
Marine Layer Varsity Raglan Sweatshirt
$98
Marine Layer Tried & True Crewneck T-shirt
$54
Men's Corbet Quilted Full Zip Hoodie In Dark Heather Grey
$148
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": "Marine Layer products",
"filters": {
"brand_ids": [
"CTAX"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Marine Layer products",
filters={"brand_ids": ["CTAX"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Marine Layer products",
filters: {
brand_ids: ["CTAX"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Marine Layer into agents, search, and affiliate flows.
For Marine Layer
Channel3 can help Marine Layer show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.