开发者

PHP ecommerce API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

Is there such a thing as an open source PHP ecommerce API? That is, just the API (i.e., not a whole CMS etc开发者_如何学C.). I just want some sort of "library" I can invoke from my own code. All of the open source ecommerce solutions that I've run across (such as http://www.opencart.com/) include a whole UI, etc., which I don't want.


The only one I think of is Shopify which has RESTFul Apis.

http://www.shopify.com/ http://api.shopify.com/


It's a little late but if anyone is looking for something similar you might want to check out Moltin. There's a PHP SDK available on Github https://github.com/moltin/php-sdk


You are most probably looking for the wrong thing. The "CMS", a.k.a. Shopping Cart System, is just a CMS, there is no API and there can't be one, it's just a content management system.

What you're most probably looking for is a payment system API? Like PayPal API, or 2CO API, the payment functions of which you can invoke from your code, like [Pay $20!], which transfers over to a PayPal Pay page, and they take the payment processing on from there.

Otherwise, you may also be interested in Google Checkout https://checkout.google.com/sell/ which has its own API, more information here: http://code.google.com/apis/checkout/

...or the eBay API http://developer.ebay.com/common/api/ if you want to connect your code to and use eBay for all processing.

If this does not answer your question, please provide more information as to the requirements you are actually expecting from this "API".

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜