-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Requesting products via REST API using store code in URL returns products from all stores #8121
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
Comments
Thanks for reporting this. Internal issue is MAGETWO-63667. Related: GH #4806 |
There is patch available for this ? |
Here you go. You can find the relevant commits yourself by cloning the repo and grepping the git logs for the internal ticket number, something along the lines of |
Was this not merged to 2.2? We're having the same issue still. (see #15461) |
problem was reported fixed but problem stil exsist. Hope it wil be fixed soon becouse is a major problem with multiple stores with there own products. |
I have the same problem running magento 2.2.6. Thought this was fixed? |
Preconditions
Steps to reproduce
Expected result
Actual result
Comments
Is it intended that using a non-"default" store code exposes a global product repository? Reading the documentation it sounds like the request should be limited to the store that's specified:
I have also attempted a search criteria filter against the following fields: store, store_id, store_code, website, website_id, website_code, all of which return
"Invalid attribute name: %1"
.I'm unable to find any other alternatives in the documentation. Is there currently no multistore support in the product API, or have I missed something obvious?
The text was updated successfully, but these errors were encountered: