Magento-RestApi icon indicating copy to clipboard operation
Magento-RestApi copied to clipboard

An async C# client for Magento REST API

Results 43 Magento-RestApi issues
Sort by recently updated
recently updated
newest added

Hello, I have probem with URL when using client.AuthenticateAdmin(...). System.ArgumentOutOfRangeException StartIndex cannot be less than zero. Parameter name: startIndex at System.Net.WebClient.OpenRead(Uri address) at Magento.RestApi.MagentoApi.Login(MagentoWebClient webClient, String loginUrl, String userName, String...

Hi, when, after authentication, I go to read the orders, in the **Execute** function I always get the error indicated below. What does it mean ? I set the string...

**I got below response when I try to login can anybody help me please?** ----------------------------------------------------------------------------------------------- A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below. Version: 3.3 (TLS/1.2) Random:...

I am using your API in multiple locations. The authentication is working on one client but not on another. I am getting an error message that I am missing a...

Hi! Im trying to authenticate to Magento 1.9 but i couldnt get it working This is my code ` var client = new MagentoApi() .ContentTypeHeaderWithUnderscore()//I tried with and without this...

I am not able to authenticate the Rest Client anymore. It worked for a while but suddenly it run into an authentication error... * The provided admin username 'admin' or...

I am having exactly the same problem. System returns the user is wrong. I have tried in 2 different websites and double checked whether the user is admin, it is...

First of all, thank you very much for your sharing. As I mentioned in the title, I want to update the "status" field in the Order item. Thanks.

Good afternoon my dear friend I am trying to get an api on the address https://www.lojastesouro.com.br/ and I am always getting the error - The request has been aborted: Could...

I followed the fairly simple tutorial on the project's home page, but I'm getting this kind of response when I try to create the connection for the first time: MagentoApiInstance...