Channel3 Logo

Type One Style logoType One Style product data API

Structured Type One Style product data for developers building search, recommendations, and AI shopping agents.

39,620 products
Sample prices £3–£68

Agentic commerce demo

Try a Type One Style-only AI shopping agent

This demo uses a constant Type One Style filter and tells the assistant it represents Type One Style only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at Type One Style?

Looking to drive more AI sales? Channel3 can help Type One Style surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Type One Style products.

Find any Type One Style product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "Type One Style products",
  "filters": {
    "brand_ids": [
      "ZrMU"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="Type One Style products",
    filters={"brand_ids": ["ZrMU"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "Type One Style products",
  filters: {
    brand_ids: ["ZrMU"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample Type One Style products

A preview of the products available through the Channel3 Type One Style product data API.

Peacock Feathers Patch - 5-pack/autosoft 90
Type One Style
Peacock Feathers Patch - 5-pack/autosoft 90
£14
Cute Cows Patch - 20-pack/freestyle Libre 2
Type One Style
Cute Cows Patch - 20-pack/freestyle Libre 2
$50
Unicorn Patch - Minimed Quickset - 5-pack
Type One Style
Unicorn Patch - Minimed Quickset - 5-pack
$14
Capybara Patch - 5-pack/overpatch
Type One Style
Capybara Patch - 5-pack/overpatch
£14
Trick Or Treat Patch - 10-pack/tru-steel
Type One Style
Trick Or Treat Patch - 10-pack/tru-steel
£29
Royal White Flowers Patch - Single/simplera
Type One Style
Royal White Flowers Patch - Single/simplera
£3
Lilac Bloom Patch - 20-pack/mylife Orbit
Type One Style
Lilac Bloom Patch - 20-pack/mylife Orbit
£50
K Pop Saja Boys Patch - 5-pack/tru-steel
Type One Style
K Pop Saja Boys Patch - 5-pack/tru-steel
£14
Pink Polka Dot Patch - 5-pack/simplera
Type One Style
Pink Polka Dot Patch - 5-pack/simplera
£14
Freddy The Frog Patch - Dexcom G6 / One
Type One Style
Freddy The Frog Patch - Dexcom G6 / One
£68
Train Patch - 5-pack/simplera
Type One Style
Train Patch - 5-pack/simplera
£14
Ice Cream Patch - Overpatches - 10-pack
Type One Style
Ice Cream Patch - Overpatches - 10-pack
$29
Smiley Shark Patch - 20-pack/sibionics
Type One Style
Smiley Shark Patch - 20-pack/sibionics
£50
Fuchsia Florals Patch - 20-pack/simplera
Type One Style
Fuchsia Florals Patch - 20-pack/simplera
£50
Bright Teal Flowers Patch - Autosoft 90 - 20-pack
Type One Style
Bright Teal Flowers Patch - Autosoft 90 - 20-pack
$50
Christmas Tree Patch For Minimed Quickset
Type One Style
Christmas Tree Patch For Minimed Quickset
£3
Butterfly Patch - 20-pack For Dexcom G6 / One
Type One Style
Butterfly Patch - 20-pack For Dexcom G6 / One
$50
Comic Patch - 20-pack/generic Overpatch
Type One Style
Comic Patch - 20-pack/generic Overpatch
£50
Dinosaurs Patch - Mylife Orbit - 10-pack
Type One Style
Dinosaurs Patch - Mylife Orbit - 10-pack
$29
Bears And Bows Patch - 5-pack/medtrum Pump
Type One Style
Bears And Bows Patch - 5-pack/medtrum Pump
£14
Corgi Patch - 10-pack/generic Overpatch
Type One Style
Corgi Patch - 10-pack/generic Overpatch
£29
Black Pattern Patch - Single/glucorx Aidex
Type One Style
Black Pattern Patch - Single/glucorx Aidex
£3
Pastel Blue Patch - 5-pack/medtrum Pump
Type One Style
Pastel Blue Patch - 5-pack/medtrum Pump
£14
Sleepy Dragons Patch - Generic Overpatch 5-pack
Type One Style
Sleepy Dragons Patch - Generic Overpatch 5-pack
£14

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "Type One Style sample product",
      "brand": {
        "name": "Type One Style"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find Type One Style product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with Type One Style product data

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

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3