-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to select a store using pickup-location-services.js::getLocation(sourceCode) #3209
Comments
Hi @maxlussier-magentocontrib. Thank you for your report. Please, add a comment to assign the issue:
|
@magento I am working on this |
Hi @maxlussier! 👋 |
@magento add to contributors team |
Hi @maxlussier! 👋 |
@magento i am working on this |
…ry-3237 [Imported] Unable to select a store using pickup-location-services.js::getLocation(sourceCode) #3209
Preconditions (*)
Steps to reproduce (*)
Magento_InventoryInStorePickupFrontend/js/model/pickup-locations-service
:Example of call:
Expected result (*)
Actual result (*)
Additional information
When looking at the code, we can see that there is a discrepancy between the JS component
Magento_InventoryInStorePickupFrontend/js/model/resource-url-manager
and the current documentation: https://devdocs.magento.com/guides/v2.4/rest/modules/inventory/in-store-pickup.htmlAccording to the dev documentation, the following parameter for the API request is wrong:
searchRequest[filterSets][pickupLocationCodeFilter][value]
and should be this instead:searchRequest[filters][pickupLocationCode][value]
The text was updated successfully, but these errors were encountered: