ebay_get_active_listings
Retrieve all active fixed-price eBay listings including SKU, quantity, price, and watch count. Uses the Trading API to access listings created via any method.
Instructions
Get all active fixed-price listings with SKU, quantity, price, and watch count.
Uses the Trading API (GetMyeBaySelling). Returns listings created via any method (UI, Trading API, or REST API).
Required: User OAuth token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| entriesPerPage | No | Items per page, max 200 (default 50) |