You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to return the 'Buyer Name' and 'Comment' fields with our order information using the Magento 2 REST API. The endpoint we are using is below:
/rest/all/V1/orders/:orderid
It returns all order info except the new fields.
Is there a way to return this data via an API call?
The text was updated successfully, but these errors were encountered:
We are trying to return the 'Buyer Name' and 'Comment' fields with our order information using the Magento 2 REST API. The endpoint we are using is below:
/rest/all/V1/orders/:orderid
It returns all order info except the new fields.
Is there a way to return this data via an API call?
The text was updated successfully, but these errors were encountered: