We can't update freshly migrated inventory items that have forward slashes in the SKU (such as MV7N2ZA/A) due to the following error:
"errorId": 2002, "domain": "ACCESS", "category": "REQUEST", "message": "Resource not found", "longMessage": "A resource (URI) associated with the request could not be resolved.", "parameters": [ { "name": "reason", "value": "null for uri: http://api.ebay.com/sell/inventory/v1/inventory_item/MV7N2ZA/A" } ] }
We've tried url encoding the SKU as well, to no avail:
https://api.ebay.com/sell/inventory/v1/inventory_item/MV7N2ZA%2FA returns the same error.
Any help would be greatly appreciated.