-
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
Sales Order extension_attributes #3967
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
@jhildreth Thank you for reporting, we have created MAGETWO-51791 to investigate and fix. |
magento-team
pushed a commit
that referenced
this issue
May 4, 2016
magento-team
pushed a commit
that referenced
this issue
May 4, 2016
This issue is fixed in latest develop branch. |
okorshenko
pushed a commit
that referenced
this issue
Dec 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
There seems to be a problem with extension_attributes on the sales order object, as retrieved by the API. It seems that only one property is able to exist under extension_attributes for the order. I had this problem with some extensions in 2.0.2, but was able to test without any extensions added in 2.0.4.
For example:
I would expect that both "shipping_assignments" and "gift_message" (as well as anything added by other extensions) would exist as properties under extension_attributes.
The text was updated successfully, but these errors were encountered: