cancel
Showing results for 
Search instead for 
Did you mean: 

Request to know about Magento CE ?

Request to know about Magento CE ?

HI All,

 

We setup the magento community edition in our local system.


Can we achive below functionality with community edition which we setup in our local.
1. Multiple sellers
2. Categories management
3. Products management
4. Cart management
5. Checkout management
6. shipping methods
7. payments

 

Provide above which functionality is not supports in magento community edition?

 

If particular functionality not supports in magento community edition what we need to do for support?

 

Can we able to do curd operations for above functionality through rest api calls?

3 REPLIES 3

Re: Request to know about Magento CE ?

Points 2 to 7 are pretty vague so it's not really possible to say what can and cannot be done. At a high level Community Edition will provide all items 2-7. Magento does not out of the box handle multiple sellers.  You have a couple of options with regards to Multi-Vendor extensions in order to be able to go some way to adding this feature though: https://marketplace.magento.com/catalogsearch/result/?q=marketplace#q=multi%20vendor&idx=m2_cloud_pr...

 

In general, the REST API in Magento 1 is not feature complete. It's better to use SOAP if you need more comprehensive remote access. 

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!

Re: Request to know about Magento CE ?

Hi Tom Robertshaw,

 

Thanks for your reply.

 

Right now we are using Magento 2.x CE version.
1. Can we able to do curd operations for above(points 2-7) functionality through Magento 2.x CE REST api calls?

2. Can we able do operations for above(points 2-7) functionalities with out using any "Magento 2 extensions" ?

Re: Request to know about Magento CE ?

You haven't provided detailed requirements, but, yes, in theory you can do steps 2-7 through the API

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!