Yes, it is possible. How to create an order programmatically with ...
... (add below lines to your di.xml) for adding custom option to order
Otherwise, if you wish to programmatically create an order use the following code ... \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository, ...
$customerFactory, \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository, ...
Where to insert this code and how to call, please show me some example. And i need an assistance in get shipping method process in Rest API ...
Interface https://github.com/magento/magento2/blob/2ea8cdd7/app/code/ Magento/Quote/Api/CartManagementInterface.php#L57-L65 Implementation ...
Create Order Programmatically According To Store Currency
API \Magento\Sales\Model\AdminOrder\Create::createOrder() ...
Create Quote And Order Programmatically In Magento2 Here we learn how to create
$orderService, \Magento\Quote\Api\CartRepositoryInterface ...