eriknuds Posted September 18, 2013 Posted September 18, 2013 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... Share this post Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now