Product data

Alexander Wang

Structured Alexander Wang product data for search, recommendations, and AI shopping agents.

What Alexander Wang can I help you find?

In the catalog

Sample Alexander Wang products

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

Alexander Wang Black Tops Women

Alexander Wang Black Tops Women

Alexander Wang Women Black Stretch Viscose Top

Alexander Wang Women Black Stretch Viscose Top

Alexander Wang Women Ry Crossbody Leather Bag

Alexander Wang Women Ry Crossbody Leather Bag

Team Beanie Hat Lds 61 - Ireland

Team Beanie Hat Lds 61 - Ireland

Partial Coating Surge Low Rise Wide Leg Jean

Partial Coating Surge Low Rise Wide Leg Jean

Alexander Wang Women Hotfix Graphic Baby Tee

Alexander Wang Women Hotfix Graphic Baby Tee

Alexander Wang Oversize Cotton T-shirt

Alexander Wang Oversize Cotton T-shirt

Team Small Crest Hoodie Adults

Team Small Crest Hoodie Adults

Under The Castle Lulu Hot-water Bag

Under The Castle Lulu Hot-water Bag

Alexander Wang T-shirt W. Navy

Alexander Wang T-shirt W. Navy

Alexander Wang Dresses

Alexander Wang Dresses

$617

Silk Set

Silk Set

$206

One endpoint

Filter Alexander Wang 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
  • Commission-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": "Alexander Wang products",
  "filters": {
    "brand_ids": [
      "mTEm"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Alexander Wang products",
  filters: {
    brand_ids: ["mTEm"],
  },
  limit: 20,
});

FAQs

How developers pull Alexander Wang into agents, search, and commission-earning flows.

For Alexander Wang

Do you work at Alexander Wang?

Channel3 is the product graph AI shopping apps plug into. Join it once and Alexander Wang's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.

Join the graph

Build with this catalog

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