Product data

Itza Wood

Structured Itza Wood product data for search, recommendations, and AI shopping agents.

What Itza Wood can I help you find?

In the catalog

Sample Itza Wood products

A live slice of the Itza Wood catalog โ€” titles, images, and prices the API returns today.

Kimmy Wrap Top

Kimmy Wrap Top

โ‚ฌ30

Elizabeth Dress

Elizabeth Dress

SEKย 599

Lana String

Lana String

โ‚ฌ2

Linn Bucket Hat

Linn Bucket Hat

SEKย 149

Sum Gold Pave B

Sum Gold Pave B

โ‚ฌ5

Asymmetric Lace Top

Asymmetric Lace Top

SEKย 300

Aina Dress

Aina Dress

โ‚ฌ45

Jasmine Sunglasses

Jasmine Sunglasses

SEKย 79

Cowlneck Singlet

Cowlneck Singlet

SEKย 299

Polly Bag

Polly Bag

โ‚ฌ40

Milla Top

Milla Top

โ‚ฌ3

70s Sunglasses

70s Sunglasses

โ‚ฌ13

One endpoint

Filter Itza Wood 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": "Itza Wood products",
  "filters": {
    "brand_ids": [
      "S4I7"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Itza Wood products",
  filters: {
    brand_ids: ["S4I7"],
  },
  limit: 20,
});

FAQs

How developers pull Itza Wood into agents, search, and affiliate flows.

For Itza Wood

Do you work at Itza Wood?

Channel3 can help Itza Wood 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.