-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Problems update attribute with rest API #5963
Comments
This might be relevant, but here having the same exact version of Magento, it is impossible to create a new attribute:
While the same exception will be thrown: |
Hi @RobG66! |
Hi @j4hangir! |
@RobG66 we investigated that service(put /rest/V1/products/attributes/{attribute_code}) a bit. |
Created a separate issue for default_frontend_label ignoring(MAGETWO-58609). |
Bug MAGETWO-56699 [GITHUB] Paypal checkout not possible with products that have custom options #5938 - for mainline MAGETWO-58290 [Github]Empty product option is added on each PUT request #5963 MAGETWO-58136 [Github] Shipping and billing address are not set if order placed with payment action Sale #6438 MAGETWO-55608 [GITHUB] M2.1: Not scrollable picture on mobile / product page #5302 MAGETWO-58285 Ajax error message doesn't display in backend MAGETWO-58338 [Github]Problem adding attribute options that start with a number via REST Api #5715 MAGETWO-52575 Unable to apply free shipping to specified method when creating order in admin MAGETWO-57078 [GITHUB] Can't set customer group when creating a new order in the admin. #6162 MAGETWO-58039 Table rate shipping not applying correctly - for mainline
MAGETWO-58290 is delivered to develop branch |
MAGETWO-58609 is delivered to develop branch. Closing the issue. Please feel free to leave comments if the issue is still reproducible for you. |
@SerhiyShkolyarenko Is MAGETWO-58290 going to be included in 2.1.3? |
@Ctucker9233 unfortunately, no. Internal issue for backporting to 2.1 is MAGETWO-61922. |
@SerhiyShkolyarenko Thanks. Do you have the commit numbers for MAGETWO-58609? Do you know if those commits are safe to integrate into a 2.1.2 production environment with a live website as they currently exist? |
@Ctucker9233 commits are 421ded5 and d3853ae. These changes were not tested on v.2.1.x. |
[TSG] MC-36343: Unnecessary quotes causes invalid HTML in tracking.phtml
Preconditions
Steps to reproduce
put /rest/V1/products/attributes/{attribute_code}
body:
Expected result
Actual result
Sending an empty options array has the same result.
Another little thing. If you update the attribute labels using frontend_labels:
the field default_frontend_label is ignored.
The text was updated successfully, but these errors were encountered: