Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Anonymous
Not applicable
Hi,
We have a customer with a slash (/) in the inventory number. When using the inventory endpoint, this product can not be found. I have tried to escape the slash in different ways, but nothing seems to work. Is there any solution to this other than asking the customer to change the inventory number? 🙂
See also the attached screen dump.
Marius
Solved! Go to Solution.
2 REPLIES 2
Hello,
"InventoryNumber" parameter can also be used for this operation.
Hi,
As "/" is a URL reserved character it needs to be wrapped by the b64 method we have for all resources:
Method for getting resources with reserved characters - B64URL Encoding
Please try this and let us know if you are still having issues.
