hendt / ebay-api

eBay Node API in TypeScript for Node and Browser with RESTful and Traditional APIs. This library aims to implement all available eBay apis.
https://hendt.gitbook.io/ebay-api
MIT License
150 stars 40 forks source link

Can't find getAdGroups in the Marketing API calls #139

Closed doverradio closed 1 year ago

doverradio commented 1 year ago

Hi, I'm running the latest version and tried making an endpoint to getAdGroups, a call found in the Marketing API. Unfortunately, I found it was missing in the typescript definitions. Unless I'm mistaken, would you please consider add it? It's the call found here: https://developer.ebay.com/api-docs/sell/marketing/resources/ad_group/methods/getAdGroups

There are other calls which I need that appear missing. Perhaps you would also consider adding these as well: ad_group createAdGroup getAdGroup suggestBids suggestKeywords updateAdGroup

keyword bulkCreateKeyword bulkUpdateKeyword createKeyword getKeyword getKeywords updateKeyword

dantio commented 1 year ago

Released v8.3.0 with update Sell Marketing API