# Retailed AI integration on Definable

> Retailed is a global developer-first platform providing retail and resale marketplace APIs with access to product data, pricing information, and inventory management from major platforms like StockX, GOAT, Chrono24, and 50+ retail websites including sneakers, streetwear, watches, and luxury goods.

## What this connects

Retailed is a global developer-first platform providing retail and resale marketplace APIs with access to product data, pricing information, and inventory management from major platforms like StockX, GOAT, Chrono24, and 50+ retail websites including sneakers, streetwear, watches, and luxury goods.

Vendor: https://app.retailed.io/

## Tools available

**6** tools available. First 6:

- `RETAILED_GET_GOAT_PRICES` — Get GOAT Product Prices — Tool to retrieve pricing information for a specific product on GOAT. Use when you need up-to-date size-based pricing. Call after confirming product_id.
- `RETAILED_GET_STOCK_X_PRODUCT` — Get StockX Product — Tool to retrieve detailed StockX product information, including variant-level data. Use when you need comprehensive metadata from StockX by SKU or URL. Response is structured per variant; aggregate price or inventory metrics across variants only after grouping by variant to avoid distortion.
- `RETAILED_GET_STOCKX_SEARCH` — StockX Search — Tool to search StockX marketplace for products and pricing information. Use when you have a search term and need up-to-date listings on StockX. Note: SKU identifiers and size labels in results may differ from other marketplaces (e.g., GOAT); normalize these fields before cross-platform price comparisons.
- `RETAILED_GET_STOCKX_TRENDS` — StockX Trends — Tool to get the latest trending products from StockX. Use when you want to discover current trending items.
- `RETAILED_GET_USAGE` — Get API Usage — Tool to retrieve current API usage statistics. The only mechanism to check remaining API credits; call proactively before long-running analyses to prevent mid-run quota exhaustion.
- `RETAILED_SEARCH_PRODUCTS` — Search Products — Search for products in Retailed database matching query criteria. Uses Retailed's granular querying language with support for filtering by name, SKU, brand. SKUs and size labels are not standardized across sources; normalize product IDs and size labels before comparing results across marketplaces.

## Auth

Auth schemes: `API_KEY`.

## How agents use Retailed

Inside a Definable workflow, Retailed is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Retailed** — the Researcher (GPT-5.5) pulls context from Retailed (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Retailed** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Retailed (create record, post message, draft email).
- **Designer / Engineer → Distributor → Retailed** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Retailed (attach file, open PR comment, post status).

The Verifier checks every Retailed call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/retailed/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
