1

i'm new to Magento 2, i am assigned to create a HTML search form which take input as a CustomerID and return the Customer info associated with that CustomerID, using oAuth and REST API. I have no idea where I should begin, or which documents I should take, please give me an advice !

asked Nov 26, 2015 at 9:04
1

1 Answer 1

1

Two high-level steps should be completed to create new REST API in Magento:

  1. Create new service
  2. Configure webapi.xml to expose this service as REST API

Then your service can be called as described here

answered Nov 26, 2015 at 9:23

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.