How to Develop a Mobile App with Magento 2 REST API

apimagento2rest

I couldn't find some needed API functions in Magento 2 REST API Document . I am very doubted. Is it possible to develop a mobile application with current Magento REST API.?

I couldn't find methods to do following functions.

  1. login customer

  2. Get all products under a category

  3. add shipping address

  4. add products to cart

  5. etc

Best Answer

Yes, definitely, it is possible. We need to build our own API if there is the complex requirement.

1) Login customer

2) Get all products under a category

3) Add shipping address

4) Add products to cart

Resources:

Tools for testing purpose:

  • Postman
  • Git Bash on windows with curl command.
  • If we use PHPStorm: Tools > Test RESTful Web Service.
Related Topic