We are developing an app to assist in applying Bin Locations (although I can see this being used in further developments of ours). We could really do with an end point to return a list of child items when a matrix code is added. This would save several calls to various areas that need to return a lot of data. Also being an app for (most of the time) applying bin locations to new items the data needs to be as live as possible which is making us hesitate in grabbing the data on a schedule and holding it on a database.
Essentially we need a way to get a list of items within a matrix (I guess matrix code would be the only way to identify this). We just need the child items code so we can use the API to update all their Bin Locations. If there is a way that this is easily done currently please let me know?