-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/magento2#8171: Price not saved when creating product via REST API #24606
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
Conversation
Hi @Jarzebowsky. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @Jarzebowsky I just realized I can't process this PR because you haven't signed the CLA, you mind doing it so we can move forward? Thanks! |
Hi @miguelbalparda I'm not able to get into license page as I saw you were doing some changes there. Could you please provide steps to make it go thru? :) |
Hi @Jarzebowsky, thank you for your contribution! |
@Jarzebowsky please, use |
Hi @Jarzebowsky, thank you for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @Jarzebowsky ! Thank you for your contribution.
Please fix the static tests
@magento run all tests |
PAT failures should be fixed by 25c37b5 |
# Conflicts: # app/code/Magento/Catalog/Model/ProductRepository.php
…T API - static tests fix.
@magento run all tests |
This PR changes the behavior of an API, previously products were created on payloads without price, now they will fail. Since this is BIC we will aim to deliver this on 2.5. |
@magento run all tests |
@magento run all tests |
Description (*)
The change covers adding a default typeId set to simple for new products created if no other is sent in post request.
Related Pull Requests
https://github.com/magento/partners-magento2ee/pull/345
https://github.com/magento/partners-magento2b2b/pull/349
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: