magento2-checkout-custom-form icon indicating copy to clipboard operation
magento2-checkout-custom-form copied to clipboard

How to output new fields using Magento 2 REST API?

Open nmetcalfe opened this issue 5 years ago • 0 comments

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?

nmetcalfe avatar May 19 '20 10:05 nmetcalfe