> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentkey.app/llms.txt
> Use this file to discover all available pages before exploring further.

# E-commerce

> Product search, details, and best-seller rankings.

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

## Common operations

| Operation                                      | What it returns            |
| ---------------------------------------------- | -------------------------- |
| `search-item-list_v1`                          | Product search results     |
| `get-item-detail_v1` / `get-product-detail_v1` | Full product details       |
| `get-best-sellers_v1`                          | Best-seller rankings       |
| `get-category-products_v1`                     | Products within a category |

## Example

```text theme={null}
find_tools("search products for wireless earbuds")
describe_tool("<returned Provider/Operation>")
execute_tool("<Provider/Operation>", { query: "wireless earbuds" })
```

<Note>
  Available marketplaces and fields depend on the provider. Check `describe_tool`
  for the exact parameters and per-call cost.
</Note>
