Retailed
retailedRetailed 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.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get GOAT Product PricesRETAILED_GET_GOAT_PRICESAcciónTool 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_GOAT_PRICESAcciónTool 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.
Parámetros de entrada
sizestringSpecific product size (if applicable).
currencystringTarget currency code (ISO 4217) for the pricing.
product_idstringObligatorioUnique identifier for the product to fetch prices for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get StockX ProductRETAILED_GET_STOCK_X_PRODUCTAcciónTool to retrieve detailed stockx product information. use when you need comprehensive metadata from stockx by sku or url.
RETAILED_GET_STOCK_X_PRODUCTAcciónTool to retrieve detailed stockx product information. use when you need comprehensive metadata from stockx by sku or url.
Parámetros de entrada
skustringStockX product SKU identifier
urlanyuriDirect StockX product URL
include_marketbooleanWhether to include detailed market data
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
StockX SearchRETAILED_GET_STOCKX_SEARCHAcciónTool to search stockx marketplace for products and pricing information. use when you have a search term and need up-to-date listings on stockx.
RETAILED_GET_STOCKX_SEARCHAcciónTool to search stockx marketplace for products and pricing information. use when you have a search term and need up-to-date listings on stockx.
Parámetros de entrada
pageintegerPage number for pagination (default: 1)
limitintegerNumber of results per page (default: 10)
querystringObligatorioSearch term for StockX products
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
StockX TrendsRETAILED_GET_STOCKX_TRENDSAcciónTool to get the latest trending products from stockx. use when you want to discover current trending items.
RETAILED_GET_STOCKX_TRENDSAcciónTool to get the latest trending products from stockx. use when you want to discover current trending items.
Parámetros de entrada
pageintegerPage number for pagination (default: 1)
orderstringenumSort order (ascending or descending)
ascdescsort_bystringSort field (e.g., popularity, price)
per_pageintegerNumber of results per page (default: 20)
product_typestringFilter by product type (e.g., sneakers, streetwear)
Parámetros de salida
dataobject[]ObligatorioList of trending StockX product details
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the API call
messagestringOptional message with additional info
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API UsageRETAILED_GET_USAGEAcciónTool to retrieve current api usage statistics. use when you need to monitor your api quota.
RETAILED_GET_USAGEAcciónTool to retrieve current api usage statistics. use when you need to monitor your api quota.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search ProductsRETAILED_SEARCH_PRODUCTSAcciónSearch for products in retailed matching query criteria.
RETAILED_SEARCH_PRODUCTSAcciónSearch for products in retailed matching query criteria.
Parámetros de entrada
pageintegerPage number for pagination (default: 1).
sortstringField to sort by, e.g., 'price', 'name'.
orderstringSort order: 'asc' or 'desc'.
querystringSearch term or keywords.
filtersobjectKey-value filters for product attributes.
per_pageintegerNumber of products per page (default: 20, max: 100).
include_facetsbooleanWhether to include facets/aggregation data in the response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not