-
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 developmentbug report
Description
Steps to reproduce
- Install Magento from
develop
branch. - Call API GET /V1/orders?searchCriteria=
Expected result
- Result contains list of all orders including [extension_attributes][gift_message] object.
Actual result
- gift_message object is not returned.
When retrieving a specific id using:
GET /V1/orders/xxx
The [extension_attributes][gift_message] object is returned. The documentation states it should be returned for getList also.
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 developmentbug report