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

Really need a .NET Standard compatible build of this for Xamarin apps...

Hi, Is there any way to update Order status based upon its id or from any unique definition? As per the methods implemented i am not able to view any...

Hi, First of all thanks for this package. I am able to fetch detail using async method but then i try to use it as a non async the file...

Hi, Authentication was success, Access token and Access token secret already there. but I tried to get orders, but I got 403 Access denied. Any ideas on the issue? Many...

in my case it was an array of a single element - not sure what to do when it's actual array - so I just serialized it.

calls to AddFilterToRequest(filter, request); were not consistent

When I use GetOrders() to get Orders data, I want to parse these data into JSON objects as I am writing api for this. But unfortunately, the parsed JSON objects...

Hi Im getting Unable to load admin page Exception Magento.RestAPI version 1.0.4.0 Magento Enterprise ver. 1.14.2.2 The actual Admin url is https://www.mycompany.com/index.php/apples Here is my code IMagentoApi MagentoClient= new MagentoApi()...

Tried to update to 1.0.4 but the Product.Attributes array does not populate for me. Has attribute handling changed?

Hi If i have call GetProducts function we received below error - how we can handle. Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path...