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 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我唯一想到的是 Shopify,它有 RESTFul Apis。
http://www.shopify.com/
http://api.shopify.com/
The only one I think of is Shopify which has RESTFul Apis.
http://www.shopify.com/
http://api.shopify.com/
虽然有点晚了,但如果有人正在寻找类似的东西,你可能想看看 Moltin。 Github 上有一个 PHP SDK https://github.com/moltin/php-sdk
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
您很可能正在寻找错误的东西。 “CMS”,又名购物车系统,只是一个 CMS,没有也不可能有 API,它只是一个内容管理系统。
您最可能正在寻找的是支付系统 API?就像 PayPal API 或 2CO API 一样,您可以从代码中调用其支付功能,例如 [支付 20 美元!],它会转移到 PayPal 支付页面,并从那里进行支付处理。
另外,您可能还对 Google Checkout https://checkout.google.com/sell/ 感兴趣它有自己的 API,更多信息请参见:http://code.google.com/apis/checkout/
...或 eBay API http://developer.ebay.com/common/api / 如果您想将代码连接到 eBay 并使用 eBay 进行所有处理。
如果这不能回答您的问题,请提供有关您实际期望从此“API”获得的要求的更多信息。
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".