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

fix: :bug: fixes search cancellations request with query parameters #160

Closed namanattri closed 8 months ago

namanattri commented 8 months ago

Due to params being nested twice, the query string was wrongly formed in the request causing the error 400 bad request being returned by ebay api. Worked fine with not parameters were passed

dantio commented 8 months ago

Thank you! Released 8.6.1