Actions
| Name | Description |
|---|---|
search_itemsSearch for items on eBay using the Browse API | Search for items on eBay using the Browse API |
get_itemGet details of a specific item by item ID | Get details of a specific item by item ID |
list_ordersList sell orders using the Fulfillment API | List sell orders using the Fulfillment API |
custom_api_callMake a custom API call to the eBay API | Make a custom API call to the eBay API |
Triggers
| Name | Description |
|---|---|
item_soldTriggers when an item is sold on eBay (polls sell orders) | Triggers when an item is sold on eBay (polls sell orders) |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'ebay',
actionName: 'search_items',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect eBay to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does eBay support?
eBay supports 4 actions including Search Items, Get Item, List Orders, Custom API Call.
Can I use eBay with AI agents?
Yes. Add eBay to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does eBay use?
eBay uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the eBay integration cost?
The eBay integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does eBay support?
eBay supports 1 triggers including Item Sold.
Connect eBay in 2 minutes
Get 1,000 free actions every month. No credit card required.