PHP 电子商务 API?

发布于 2024-10-12 13:51:12 字数 1536 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

旧时模样 2024-10-19 13:51:12

我唯一想到的是 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/

高跟鞋的旋律 2024-10-19 13:51:12

虽然有点晚了,但如果有人正在寻找类似的东西,你可能想看看 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

勿忘初心 2024-10-19 13:51:12

您很可能正在寻找错误的东西。 “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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文