Now you can simply add custom order attribute fields to your checkout page and automatically receive all necessary
USE Magento 2 order extension to add custom attributes and comments fields to checkout! Get our our anti-crisis pack to add extra shiping options. 6 month ...
You may also need an order repository plugin to actually get it into the API
response.
Get all the order data you need during checkout and process orders faster.
I'm using Magento 1.7 - I am fairly new to Magento module development. I have created a new Order custom EAV attribute called Deliverydate which the customer ...
check if the column is created in sales_order table. Now getting the values $order ->getMediabasebestellnummer();. Or
Magento 2 Order Attributes Module will allow the admin to add custom order attribute options for the customers during the checkout process.
Please try to get all product attributes by $orderObj = $objectManager->create(' Magento\Sales\Model\Order')->load($orderID); $orderAllItems ...
$order->setExtensionAttributes( ...
... installed Amasty order attributes extension. I followed http://magehit.com/blog/ how-to-get-value-of-custom-attribute-on-magento-2-rest-api/.