All Questions
Tagged with api javascript
7 questions
1
vote
1
answer
2k
views
Magento 2.3 : I want to add my third party js link in layout.xml file .?
Can anyone tell me how to add third party js link in magento2.3. I want to add this in my layout.xml file and use in template file.
The resource from “http://127.0.0.1/magento2/pub/static/...
3
votes
2
answers
2k
views
Magento2- integration with Graphql and Reactjs- cannot retrieve data from api
What I'm trying to do is modify frontend in magento2 using reactjs to make it more faster to implements and faster response with actions on the website. But first thing I must to do is retreving data ...
5
votes
2
answers
5k
views
Getting value through javascript and REST api
The problem actually is defined in two steps:
1. How to define a REST Api which returns an array?
2. How to use that REST Api through javascript?
Description:
What I have done but not achieved ...
1
vote
1
answer
294
views
Magento API calling using HTML and javascript
I'm new to Magento and I'm developing a PhoneGap app using HTML5, CSS and Javascript. I searched many places and read Magento documentations, but couldn't get any example for authenticating, calling, ...
3
votes
2
answers
1k
views
Send a Magento order to third-party API when placed
I'm looking on an example of where I should place for Magento orders to be sent to a third-party API. I have all documentation and all proper code that I've tested. I just don't know where these API ...
0
votes
1
answer
5k
views
Help connecting Magento to a third-party REST API
I need to update Magento products using a third party API. What is the best method of doing so. Should I trigger an API call when an event/observer hits on product detail page? There is no OAuth yet, ...
9
votes
1
answer
7k
views
How to access the Magento API from native client with JavaScript
I need to access the Magento API from a local JavaScript based application (Titanium Desktop) and wondering what's the best way to do so.
What I found out so far:
The only authentication mechanism is ...