-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Rest API missing “stock_item” in to the list of the products #24418
Comments
Hi @kirtinariya1. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @kirtinariya1 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Charlie. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @anujwebkul. Thank you for working on this issue.
|
#mm19br |
Hi @luanalves. Thank you for working on this issue.
|
Hi @sagarwebkul. Thank you for working on this issue.
|
@magento give me 2.3-develop instance |
Hi @sagarwebkul. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @sagarwebkul, here is your Magento instance. |
@kirtinariya1 Magento has deprecated Stock Item as part of ExtensionAttributes More details here -> https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/etc/extension_attributes.xml#L11 |
I think this should probably be fixed, or at least made possible by adding an extra parameter in case. |
Someone should probably update the REST API documentation to match the deprications. |
Hi, any suggestions on getting stock items information when we try to get list of products please? |
1 similar comment
Hi, any suggestions on getting stock items information when we try to get list of products please? |
Magento 2.3.0 rest API missing
stock_item
in to the list of the products.Preconditions (*)
Steps to reproduce (*)
Expected result (*)
stock_item
should be included in API response.API Expected Response:
Actual result (*)
stock_item
in the API response.API Actual Response:
The text was updated successfully, but these errors were encountered: