ebay_get_ads
Retrieve all ads for a specific eBay campaign, optionally filtering by ad group, status, or listing ID.
Instructions
Get all ads for a campaign with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | Campaign ID | |
| adGroupIds | No | Comma-separated ad group IDs to filter by | |
| adStatus | No | Filter by ad status: ACTIVE, PAUSED, or ARCHIVED | |
| limit | No | Maximum number of results to return | |
| listingIds | No | Comma-separated listing IDs to filter by | |
| offset | No | Number of results to skip |