Product data

stone island

Structured stone island product data for search, recommendations, and AI shopping agents.

What stone island can I help you find?

In the catalog

Sample stone island products

A live slice of the stone island catalog — titles, images, and prices the API returns today.

Felpa Full-zip In French Terry

Felpa Full-zip In French Terry

€395

'denim Research' Denim Overshirt

'denim Research' Denim Overshirt

€245

Stone Island Green Wind‑resistant Down Gilet

Stone Island Green Wind‑resistant Down Gilet

£690

Stone Island Wool Sweater

Stone Island Wool Sweater

$497

Stone Island Coats

Stone Island Coats

$686

Stone Island Denim Technical Denim Parka

Stone Island Denim Technical Denim Parka

$1,343

Stone Island T-shirts & Vests

Stone Island T-shirts & Vests

$220

Stone Island Jacket

Stone Island Jacket

$1,218

Stone Island Black Cotton Pants

Stone Island Black Cotton Pants

$320

Stone Island Five-pocket Regular Straight Jeans

Stone Island Five-pocket Regular Straight Jeans

$579

Stone Island Sea Clothing

Stone Island Sea Clothing

$217

Stone Island Blue Sleeveless Down Jacket

Stone Island Blue Sleeveless Down Jacket

$605

One endpoint

Filter stone island with a brand ID

The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable brand IDs
  • Live prices, availability, and merchant URLs
  • Affiliate-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "stone island products",
  "filters": {
    "brand_ids": [
      "Fcy9"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="stone island products",
    filters={"brand_ids": ["Fcy9"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "stone island products",
  filters: {
    brand_ids: ["Fcy9"],
  },
  limit: 20,
});

FAQs

How developers pull stone island into agents, search, and affiliate flows.

For stone island

Do you work at stone island?

Channel3 can help stone island show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

1,000 free searches every month. No credit card required.