Skip to main content
The E-commerce category lets agents query product catalogs — search items, fetch details, and pull ranked lists.

Common operations

OperationWhat it returns
search-item-list_v1Product search results
get-item-detail_v1 / get-product-detail_v1Full product details
get-best-sellers_v1Best-seller rankings
get-category-products_v1Products within a category

Example

find_tools("search products for wireless earbuds")
describe_tool("<returned Provider/Operation>")
execute_tool("<Provider/Operation>", { query: "wireless earbuds" })
Available marketplaces and fields depend on the provider. Check describe_tool for the exact parameters and per-call cost.