ASIN Data API
asin_data_apiASIN 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 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ónTool 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.
ASIN_DATA_API_CLEAR_COLLECTION_REQUESTSAcciónTool 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[]ObligatorioArray of request ID strings to delete.
collection_idstringObligatorioID of the collection to clear requests from.
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
List Collection RequestsASIN_DATA_API_LIST_COLLECTION_REQUESTSAcciónTool to list all requests in a collection (paginated). use when you need to paginate through requests for a specific collection.
ASIN_DATA_API_LIST_COLLECTION_REQUESTSAcciónTool to list all requests in a collection (paginated). use when you need to paginate through requests for a specific collection.
Parámetros de entrada
pageintegerPage number for pagination (default: 1)
statusstringenumFilter results by request status
pendingcompletedpageSizeintegerNumber of items per page (default: 20, max: 100)
createdAfteranydate-timeOnly include requests created after this timestamp (ISO-8601)
collection_idstringObligatorioUnique identifier of the collection whose requests are to be listed
createdBeforeanydate-timeOnly include requests created before this timestamp (ISO-8601)
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