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

Hi thanks for you code ; i am php developer and when i use rest for create customer and after create customer in header returned customer id such as Location...

Hi, i keep getting an exception on cookiestring is null/

Hi, does anyone know if this library is tested/compatible with Magento community 1.9.1.0 ? Trying to call it but it fails at the initiate first stage: var client = new...

Hello. I'm getting this error message after "UpdateProduct" call: **Attribute "weight" is not applicable for product type "Configurable Product"** I don't use that field but its value is 0 because...

So I'm trying to download all of the currently stored orders from the Magento database, but am only able to get either the first, or last 100 orders: I've created...

Is there any reason the updated_at field isn't included in things like customer? Could i implement it in a similar fashion to the created_at field? For my project i need...

For real? (narf!) Given the very many well-known and widely reported, monumental issues with floating-point math and precision vis a vis money calculations, why aren't the currency-related fields in this...

I think I have a simple problem. I know I'm connecting to my site because if I don't use SetCustomAdminUrlPart, it kicks me right out. ` var client = new...

Can't log in, says my login credentials are wrong. Tried to find the error in Fiddler and saw that oauth/initiate is giving an error 400.

Hi, I've been working on connecting to a Magento site using Magento-RestApi and got it working fine with version 1.7.\* recently though we upgraded to version 1.9.2 and could no...