Jump to content

c# api using prestashop web services?


eriknuds

Recommended Posts

Hi,

 

does anyone know of an available c# api (wrapper/library) for using prestashop web services? I'm kind of tinkering with it now, but I'd rather use something finished if available. Just something simple that can do things like:

 

Shop shop = new Shop(url, key);

var cat = shop.createCategory();

cat.setXYZ(...);

cat.save();

 

...and the same for products etc.

 

 

Anybody know of a simple api wrapper or library like this, or will I have to continue writing my own? Not that much work for the few parts of the API I need, but if it already exists...

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...