-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development
Description
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:
- Place an order, and retrieve it from the API (GET /orders/{order_id}). In 2.0.4, it has "shipping_assignments" under extension_attributes.
- Place another order, but add a gift message for the entire order (this behavior exists even if you simply add the message to the first order). When you retrieve this order, it only has "gift_message" under extension attributes.
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.
Metadata
Metadata
Assignees
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development