Product data

Made Right California

Structured Made Right California product data for search, recommendations, and AI shopping agents.

What Made Right California can I help you find?

In the catalog

Sample Made Right California products

A live slice of the Made Right California catalog — titles, images, and prices the API returns today.

Not Called Frisco Corner Sectional (90" X 108",corner On Right,37") - Performance/foam & Fiber Package/espresso

Not Called Frisco Corner Sectional (90" X 108",corner On Right,37") - Performance/foam & Fiber Package/espresso

O'side Double Bumper Sectional (96" X 104",corner On Left,38") - Leather/california Cush Package 1/honey

O'side Double Bumper Sectional (96" X 104",corner On Left,38") - Leather/california Cush Package 1/honey

Abbot Sofa With Chaise (144",chaise On Left,37") - Leather/foam & Fiber Package/solid White Oak

Abbot Sofa With Chaise (144",chaise On Left,37") - Leather/foam & Fiber Package/solid White Oak

Big Sur Sectional With Bumper (108" X 120",bumper On Left,40") - Performance Velvet/foam & Trillium Package/solid White Oak

Big Sur Sectional With Bumper (108" X 120",bumper On Left,40") - Performance Velvet/foam & Trillium Package/solid White Oak

Abbot Bench Seat Sectional With Bumper (84" X 102",bumper On Left,37") - Performance Velvet/structured Package/espresso

Abbot Bench Seat Sectional With Bumper (84" X 102",bumper On Left,37") - Performance Velvet/structured Package/espresso

Hollywood Corner Sectional (90" X 108",corner On Right,38") - Performance/structured Package/antique Brass

Hollywood Corner Sectional (90" X 108",corner On Right,38") - Performance/structured Package/antique Brass

Palo Alto Sectional With Bumper (96" X 90",bumper On Right,38") - Decide Later/foam & Fiber Package/antique Brass

Palo Alto Sectional With Bumper (96" X 90",bumper On Right,38") - Decide Later/foam & Fiber Package/antique Brass

Abbot Corner Sectional (84" X 108",corner On Right,37") - Performance Velvet/foam & Trillium Package/stained Walnut

Abbot Corner Sectional (84" X 108",corner On Right,37") - Performance Velvet/foam & Trillium Package/stained Walnut

Abbot Sectional With Bumper (90" X 126",bumper On Left,37") - Leather/structured Package/honey

Abbot Sectional With Bumper (90" X 126",bumper On Left,37") - Leather/structured Package/honey

Sacramento Sectional With Bumper (132" X 102",bumper On Right,37") - Leather/foam & Trillium Package/grey Wash

Sacramento Sectional With Bumper (132" X 102",bumper On Right,37") - Leather/foam & Trillium Package/grey Wash

Abbot Bench Seat Corner Sectional (84" X 138",corner On Left,37") - Performance/california Cush Package 1/espresso

Abbot Bench Seat Corner Sectional (84" X 138",corner On Left,37") - Performance/california Cush Package 1/espresso

Santa Monica Sofa With Chaise (114",chaise 39" X 72",chaise On Left,39) - Decide Later/foam & Fiber Package/grey Wash

Santa Monica Sofa With Chaise (114",chaise 39" X 72",chaise On Left,39) - Decide Later/foam & Fiber Package/grey Wash

One endpoint

Filter Made Right California 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": "Made Right California products",
  "filters": {
    "brand_ids": [
      "tY8R"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Made Right California products",
  filters: {
    brand_ids: ["tY8R"],
  },
  limit: 20,
});

FAQs

How developers pull Made Right California into agents, search, and affiliate flows.

For Made Right California

Do you work at Made Right California?

Channel3 can help Made Right California 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.