-
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
Magento REST API returns not existing SKU when custom option was set #25461
Comments
Hi @ihor-sviziev. 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. @ihor-sviziev do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento give me 2.3-develop instance |
Hi @ihor-sviziev. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @ihor-sviziev, here is your Magento instance. |
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, As we discussed in Slack - this issue appears only when "sku" field is shown. The result SKU is following:
There is an issue not in the SKU itself, the issue that we can't really find product in the catalog by this SKU, (<original_product_sku> in this case). I see there at least two possible solutions:
I think there might be more possible cases to fix this issue. @akaplya could you review this issue as architect and decide what is expected result in this case? |
@magento-engcom-team give me 2.2.10 instance |
Hi @caitlinmekita. Thank you for your request. |
@magento add to contributors team |
Hi @sagar-vasani! 👋 |
@magento I am working on it |
Preconditions (*)
Steps to reproduce (*)
Create simple product with one custom option type drop-down with name "Color", and values "Red", "Green", also fill up SKU field for customizable options


Create Configurable product with one custom option type drop-down with name "Color", and values "Red", "Green", also fill up SKU field for customizable options



Go to Frontend, add to cart two these products
Get information about quote via REST API
Go to checkout, execute following JS in developer console, see result:
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: