Product data

Addison Ross

Structured Addison Ross product data for search, recommendations, and AI shopping agents.

What Addison Ross can I help you find?

In the catalog

Sample Addison Ross products

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

B-stock Addison Ross Backgammon Set - Tortoiseshell Lacquer

B-stock Addison Ross Backgammon Set - Tortoiseshell Lacquer

Grey Chinoiserie Frame

Grey Chinoiserie Frame

Pale Pink Enamel & Gold Box

Pale Pink Enamel & Gold Box

Single Aperture White Wall Hanging Frame

Single Aperture White Wall Hanging Frame

White Round Large Lacquered Scallop Tray

White Round Large Lacquered Scallop Tray

Burgundy Striped Column Salt Or Pepper Mill

Burgundy Striped Column Salt Or Pepper Mill

Wave Cutlery - Watermelon & Pink (16‑piece Set)

Wave Cutlery - Watermelon & Pink (16‑piece Set)

Tortoiseshell & Silver Alarm Clock

Tortoiseshell & Silver Alarm Clock

Yellow Lacquer Placemats – Set Of 4

Yellow Lacquer Placemats – Set Of 4

Chiffon Grey Empire Lampshade 16cm

Chiffon Grey Empire Lampshade 16cm

Goldtone Plate Enamel Picture Frame

Goldtone Plate Enamel Picture Frame

$0

Addison Ross Salt & Pepper Chubbie Grinder, Chambray

Addison Ross Salt & Pepper Chubbie Grinder, Chambray

$90

One endpoint

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

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Addison Ross products",
  filters: {
    brand_ids: ["qLqW"],
  },
  limit: 20,
});

FAQs

How developers pull Addison Ross into agents, search, and commission-earning flows.

For Addison Ross

Do you work at Addison Ross?

Channel3 is the product graph AI shopping apps plug into. Join it once and Addison Ross'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.