PHP Ecommerce API?

Is there such a thing as an e-commerce PHP open source API ? That is, just an API (i.e. Not an entire CMS, etc.). I just need some kind of โ€œlibraryโ€ that I can call from my own code. All open source e-commerce solutions I've come across (e.g. http://www.opencart.com/ ) include the entire user interface, etc., which I donโ€™t want.

+3
source share
3 answers

Most likely you are looking for the wrong thing. "CMS", aka shopping system is just CMS, there is no API and there can not be one, it's just a content management system.

, , , API ? API PayPal API 2CO, , , [Pay $20!], PayPal Pay, .

Google Checkout https://checkout.google.com/sell/, API, : http://code.google.com/apis/checkout/

... eBay API http://developer.ebay.com/common/api/, eBay .

, , "API".

+1

, , Shopify, RESTFul Apis.

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

+2

A little late, but if someone is looking for something like that, you can check out Moltin . There is an SDK for PHP on Github https://github.com/moltin/php-sdk

+2
source

Source: https://habr.com/ru/post/1786310/


All Articles