0

I want to create order in magento 1.9 using rest api, but i am unable to find any method to create order using rest api. I can't find any help from the below link : http://devdocs.magento.com/guides/m1x/api/rest/introduction.html

Have any idea?

asked Oct 25, 2017 at 7:18

1 Answer 1

1

As long as I know it's not possible. Look here: http://devdocs.magento.com/guides/m1x/api/rest/Resources/Orders/sales_orders.html

It says:

HTTP Method: POST /orders

Description: Not implemented.

HTTP Method: PUT /orders

Description: Not implemented.

HTTP Method: DELETE /orders

Description: Not implemented.

You should use SOAP instead:

answered Dec 23, 2017 at 10:29
1
  • 1
    REST hasn't been completely implemented in Magento 1. So you need to either build it yourself, or use SOAP instead. Commented Jan 7, 2019 at 15:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.