I want to call Rest APIs provided by magento 2.2. I don't have enough knowledge on how to create REST APIs for magento 2.2 powered website. If I know it then I could use them for linking to IOS app. Anyone please provide some example or steps to do the same. Or please direct me to the link which provides in depth process of accessing REST APIs in PHP to make it available for a mobile app to access. Thanks in advance.
Asked
Active
Viewed 365 times
2 Answers
0
To create API in Mangento: follow this link https://code.tutsplus.com/tutorials/create-a-custom-api-in-magento-part-one--cms-23785
To make connection between Mangento DB and iOS, you should create API services from Mangento to do these.

brianha289
- 338
- 1
- 8
-
But how to make connection of magento db and iOS through API.Could you please clarify in details OR provide some example or link? – G.Piyu Jan 08 '18 at 04:25
-
Are you write API custom from Mangento? – brianha289 Jan 08 '18 at 04:38
-
I want to access already available REST API's given by magento 2.2. – G.Piyu Jan 08 '18 at 04:53
0
You can access REST APIs in php. Here is a link below to help you out if you have REST API available at your hand. Calling REST APIs
Don't know if there is a way to access REST APIs directly from IOS app.

EffyCoder
- 48
- 1
- 6