# Channel3 Product Detail (v1)

> Channel3 Product Detail (v1) is a paid API for AI agents from stableproduct.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches detailed product information from the Channel3 product catalog by product ID, with optional country, currency, language, and website filtering.

## Facts

- Endpoint: GET https://stableproduct.dev/api/channel3/product-detail
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableproduct-dev-8873e19d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_29GoQberE77IgvYvvkxRr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stableproduct-dev-8873e19d
```

Example prompt: Pull up the Channel3 product detail for product ID 'abc123' — show me the full info in USD for the US market.

## When to prefer this

Use this endpoint when you have a specific Channel3 product_id and need full structured product details. Prefer v1 over the legacy v0 sibling when possible. Use when you need localized pricing (country/currency) or want to filter results by specific websites.

## Known failure modes

- Missing or empty product_id returns validation error
- Unknown product_id returns 404 or empty result
- Invalid country/currency/language codes may return unexpected results or errors
- Downstream Channel3 API unavailability causes 502/503
- Payment not fulfilled causes 402 Payment Required

## How this service works

Get Channel3 v1 product detail by product_id.

## Output

Returns a structured product detail object from Channel3 v1, including product metadata, description, pricing, availability, and optionally raw data, filtered by the requested country, currency, language, and website constraints.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableproduct-dev-8873e19d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableproduct.dev](https://www.zero.xyz/host/stableproduct.dev/llms.txt)
