Anyone know if it is possible to delete an SKU that has the value "null"
getInventoryItems shows I have one called "null"
{ "sku": "null", "condition": "NEW" }
but deleteInventoryItem gives me
https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item/null
{ "errors": [ { "errorId": 25710, "domain": "API_INVENTORY", "subdomain": "Selling", "category": "REQUEST", "message": "We didn't find the resource/entity you are requesting. Please verify the request" } ] }