NAiOS IconNAiOS Logo
Volver al catálogo

ASIN Data API

asin_data_api

ASIN Data API provides detailed product data from Amazon, including price, rank, reviews, and more, enabling real-time insights for e-commerce professionals, marketers, and data analysts.

Acciones
2
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 (2)

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.

Clear multiple collection requestsASIN_DATA_API_CLEAR_COLLECTION_REQUESTSAcción

Tool to delete multiple requests from a collection by ids. use when you need to remove a selected set of request entries from an existing collection in a single call.

Parámetros de entrada

  • request_idsstring[]Obligatorio

    Array of request ID strings to delete.

  • collection_idstringObligatorio

    ID of the collection to clear requests from.

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

List Collection RequestsASIN_DATA_API_LIST_COLLECTION_REQUESTSAcción

Tool to list all requests in a collection (paginated). use when you need to paginate through requests for a specific collection.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default: 1)

  • statusstringenum

    Filter results by request status

    pendingcompleted
  • pageSizeinteger

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

  • createdAfteranydate-time

    Only include requests created after this timestamp (ISO-8601)

  • collection_idstringObligatorio

    Unique identifier of the collection whose requests are to be listed

  • createdBeforeanydate-time

    Only include requests created before this timestamp (ISO-8601)

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