bhushankummar / eBay-node-client

Ebay NodeJS Wrapper
MIT License
55 stars 66 forks source link

"eBay.location.deleteInventoryLocation" Method not working #40

Open officialrizwanali opened 3 years ago

officialrizwanali commented 3 years ago

ASfdasdfa Hey, hope you're doing well.

I'm using your library, it's such a great effort you put in. Thank you.!

but, this method is not deleting location from ebay account. method: "eBay.location.deleteInventoryLocation"

i tried many times. at the end, i used the ebay API endpoint to delete the item. which is: https://api.ebay.com/sell/inventory/v1/location/${customLocationIdentifier}

image attached, where is the issue i found. you need to update HTTP Verb to DELETE, instead of GET