NAiOS IconNAiOS Logo
Volver al catálogo

Retailed

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.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • sizestring

    Specific product size (if applicable).

  • currencystring

    Target currency code (ISO 4217) for the pricing.

  • product_idstringObligatorio

    Unique identifier for the product to fetch prices for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get StockX ProductRETAILED_GET_STOCK_X_PRODUCTAcción

Tool to retrieve detailed stockx product information. use when you need comprehensive metadata from stockx by sku or url.

Parámetros de entrada

  • skustring

    StockX product SKU identifier

  • urlanyuri

    Direct StockX product URL

  • include_marketboolean

    Whether to include detailed market data

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

StockX SearchRETAILED_GET_STOCKX_SEARCHAcción

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.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default: 1)

  • limitinteger

    Number of results per page (default: 10)

  • querystringObligatorio

    Search term for StockX products

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

StockX TrendsRETAILED_GET_STOCKX_TRENDSAcción

Tool to get the latest trending products from stockx. use when you want to discover current trending items.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default: 1)

  • orderstringenum

    Sort order (ascending or descending)

    ascdesc
  • sort_bystring

    Sort field (e.g., popularity, price)

  • per_pageinteger

    Number of results per page (default: 20)

  • product_typestring

    Filter by product type (e.g., sneakers, streetwear)

Parámetros de salida

  • dataobject[]Obligatorio

    List of trending StockX product details

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the API call

  • messagestring

    Optional message with additional info

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API UsageRETAILED_GET_USAGEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search ProductsRETAILED_SEARCH_PRODUCTSAcción

Search for products in retailed matching query criteria.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default: 1).

  • sortstring

    Field to sort by, e.g., 'price', 'name'.

  • orderstring

    Sort order: 'asc' or 'desc'.

  • querystring

    Search term or keywords.

  • filtersobject

    Key-value filters for product attributes.

  • per_pageinteger

    Number of products per page (default: 20, max: 100).

  • include_facetsboolean

    Whether to include facets/aggregation data in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not