Inventory Management Search not working properly on seller portal accounts
ID: 694254
Backlog
Published on 11/8/2022
•
Last update on 2/24/2023
Summary
Inventory Management Search does not behave as expected on seller portal accounts. This happens because these kind of accounts use a different version of the catalog.
The Logistics module use on this UI an API from catalogV1.
However, we don't have a proxy from seller portal catalog to this API on catalogV1.
The impact is that sometimes the return on the dropdown and on the result might be different if the customer is searching for a term.
The problem does not seem to happen when using product and sku Ids.
Another impact is if the filter is used, the name of the skus on the products don't appear on the UI.
Simulation
- Search for a specific product name;
- Check if the dropdown returns the product;
- Check if the search result returns the product.
Workaround
Search by product Id and Sku Id.