You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: