magento-rest-api Questions

1

Solved

I'm running Magento 2.2.5 and was having trouble working out what the URL was for making API requests. For example to GET a list of countries I had seen the following syntax used: /rest/default/V1...
Fenton asked 9/6, 2019 at 10:38

2

I would like to filter out all orders with a specific country_id. Here a sample from the json response: { "items": [{ "total_qty_ordered": 3, "updated_at": "2018-01-10 15:59:05", "weight":...
Misdate asked 1/2, 2018 at 22:21

1

I am new to Magento and NodeJs. Can anyone please help to make connection between NodeJS application and Magento Rest APIs through Oauth. It will be really great if anyone can provide me step by st...
Wendell asked 8/4, 2015 at 9:54

3

Solved

I am a beginner to magento REST API, how i will get token and token secret to be fill in Postman REST resquest. I have only consumer key and consumer secret. Please provide me the steps to follow. ...
Circinus asked 20/1, 2015 at 12:49

2

Solved

In Magento 2's REST API, there is an option to search a product using various search criteria. As you know, an example is given below: http://magentohost/rest/V1/products?searchCriteria[filter_grou...
Scrannel asked 9/2, 2017 at 20:37

1

I am trying to pass data of a product list from Magento API to Google Spreadsheet. No authentication was required for the Magento API as I was retrieving the data as a Guest. The API is working pe...
Wager asked 27/3, 2015 at 12:7

5

From the Magento wiki at: http://www.magentocommerce.com/api/rest/authentication/oauth_authentication.html#OAuthAuthentication-OAuthProcess When getting an API token you start off by getting an U...
Boren asked 23/1, 2013 at 4:0

1

Solved

When I try to update a product, created via the REST V1 API, only the values are updated for de default website. Unfortunattely I can't find any possibility to send website id's within te json. Doe...
Sapro asked 14/12, 2016 at 10:24

1

Solved

I'm using the Magento ver. 2.1.2 Rest Api to create users, following this : http://devdocs.magento.com/guides/m1x/api/rest/Resources/resource_customers.html#RESTAPI-Resource-Customers-HTTPMethod-P...
Myra asked 21/11, 2016 at 20:33

2

I am trying to create my custom REST api. I have create my own module Custom/Restapi.Custom [Namespace], Restapi[Module name]. In etc folder i have created config.xml and api2.xml. Below is the cod...
Rapine asked 19/12, 2013 at 10:16

5

Solved

Getting a 401 status with "oauth_problem=nonce_used" message return when attempting to add products to Magento using the rest api. Oddly, the products are still get imported but it's really throwin...
Battlement asked 2/4, 2013 at 18:54

5

I have installed Magento 1.7.0.2 on Ubuntu 12.0.4 server and everything works. Testing REST API with an admin role (http://1.2.3.4/magento/api/rest/products) I get this result: <magento_api&gt...
Accusatory asked 24/9, 2012 at 15:13

2

Solved

I need rest api to create customer in magneto for that I followed this tutorial http://www.authenticdesign.co.uk/extending-magento-rest-api-v2/ I followed it step by step, But When I test the api ...
Hinayana asked 7/5, 2015 at 13:16

2

Solved

Can anyone help me display categories and their subcategories using the REST API? I have tried this url: http://localhost/magento/api/rest/products/:productId/categories But it displays cate...
Chuckhole asked 24/10, 2013 at 5:29

2

Solved

I am trying to use magento rest api for customers. But when i authenticate the application, it gives me following error. Invalid auth/bad request (got a 500, expected HTTP/1.1 20X or a redirect) S...
Wyeth asked 23/5, 2014 at 5:49

5

Solved

I have set up magento locally in my system using XAMPP I have created a file in root directory named dm.php with the contents <?php /** * Example of products list retrieve using Customer accou...
Pitterpatter asked 13/12, 2012 at 10:35

1

Solved

I want to call Magento REST API from Android, Used the code below. new HttpAsyncTask().execute("http://myweb.com/api/rest/products"); public static String GET(String url){ InputStream inputStream...
Lheureux asked 1/8, 2014 at 11:53

4

Where can I find samples that show how to connect to the Magento REST API using C#? I found was a php one which I could not figure out except a little. Using a Dropbox OAuth sample I found on the...
Fluency asked 18/7, 2012 at 5:13

1

Solved

I have been trying to extend the REST API of magento to add configurable product, but I run into the error 405 - Resource Method Not Implemented. This is my api.xml: <?xml version="1.0"?> &...
Wed asked 18/2, 2014 at 1:51

1

I have Written code in ZEND For Accessing Magento REST API for accessing data. <?php require_once 'Zend/Oauth/Consumer.php'; class AuthController extends Zend_Controller_Action { public func...
Colt asked 18/7, 2013 at 12:9

2

Solved

I'm writing an app in python that accesses a Magento server using OAuth/REST etc. The OAuth authentication has been completed, I have the two consumer tokens & the 2 access tokens. Within Mage...
Beetner asked 9/8, 2013 at 13:45

1

Solved

Does anyone know how to create new magento rest api to get category listing. I already saw this link magento rest api but this not fetch category listings. If any one knows then please solve this...
Mount asked 23/2, 2013 at 6:22

1

Solved

I've registered my application on my magento admin. already got the Consumer Key and Consumer Secret. but i have no luck to get the access token and access token secret. it said oauth_proble...
Hying asked 7/11, 2012 at 4:57

1

I have been trying for a while now and need to find a step by step from ground up on creating a consumer app for magento. I have looked at the following: Spring.NET Social extension for Twit...
Drugget asked 28/10, 2012 at 3:28
1

© 2022 - 2024 — McMap. All rights reserved.