How to create order using /V1/orders/create Rest API Magento 2?

Create Sales Order by REST API Magento 2 is useful to generate dynamic orders from the third-party platform in Magento System.

You can create an order using the required value from the given Payload. Send Payload in your request with PUT action.

For the Demonstrate purpose pass data like Shipping method, Flatrate shipping, Added Custom discount Shopping cart Rule, and COD as a payment method in payload request.

6 Replies to “How to create order using /V1/orders/create Rest API Magento 2?”

  1. One silly question: how did you know the “region_id”: 19 ? The other ones can be found, but if i have another application and i want to integrate with this, how do i know then?

  2. Thank you so much, it works but I have questions:
    – Why product quantity does not decrease after place order?
    – How to buy configurable products?

  3. How to place order store wise using API? In my case there are 2 stores.
    1. English
    2. Arabic store

    Now, I want to place order on arabic store using API.

    Can you please help me with this issue?

Comments are closed.