# Retailed

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.

- **Category:** ecommerce
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 6
- **Triggers:** 0
- **Slug:** `RETAILED`
- **Version:** 20260316_00

## Tools

### Get GOAT Product Prices

**Slug:** `RETAILED_GET_GOAT_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.

### Get StockX Product

**Slug:** `RETAILED_GET_STOCK_X_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.

### StockX Search

**Slug:** `RETAILED_GET_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.

### StockX Trends

**Slug:** `RETAILED_GET_STOCKX_TRENDS`

Tool to get the latest trending products from StockX. Use when you want to discover current trending items.

### Get API Usage

**Slug:** `RETAILED_GET_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.

### Search Products

**Slug:** `RETAILED_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.
