magento apis for creating websites, store, and storeview - magento

I cannot find the Magento apis for creating websites, store, and storeview in Magento by using Soap.
Could you help me?

It is not in the API!
In code you can do it if you follow the answer on this question:
https://stackoverflow.com/a/8313029/1617149
Of course you can extend the API:
http://www.magentocommerce.com/wiki/doc/webservices-api/custom-api
...and write your own module that does what you need.
Good luck!

Related

How to create your own controller in Magento

I am new to mangento. I have the knowledge on MVC architecture and codeigniter framework. Now I am working on magento. I tried with some of the tutorials that how to create the our own controller. But not getting the proper response.
So please share me some of the links through which I can learn magento. As i learnt the codeigniter with ellislab, there has no such tutorials found for me to learn magento.
Please share if anybody have the video links, through which I can learn magento.
Thanks in advance
You can use module creator or check on web.
here is one of the link I can suggest for Magento:-
https://mementia.com/creating-custom-magento-module

How to Integrate GSA Smartpay Payment with Magento?

we need to integrate GSA Smartpay (US) payment method with Magento site.
I have checked default admin configuration and any other extension for integration.
How to integrate this payment method with magento?
Is this possible with Magento configuration?
Any help much appreciation.
Thanks!
maybe these links will give you some ideas how to implement this:
http://www.excellencemagentoblog.com/magento-create-custom-payment-method
http://colourgray.wordpress.com/2009/11/11/magento-create-a-custom-payment-method/
And you could also read comments in Mage_Payment_Model_Method_Abstract.
Good luck!

Can we develop C2C e-commerce site using magento?

I have search this topic but was not able to find a perfect solution.
I wanted to know that if Magento can be useful to develop C2C e-commerce site. for example ebay.com, pond5.com, etc.
If yes, then how ? Are their any good article,book or tutorials available?
Please provide your valuable suggestions.
Thanks,
Rakesh Gangani.
Is it possible to build an extension that do these things:
add back-end permission control module for product and product category
auto create a product category and do related permission settings after creating a back-end user role
auto add related permission after users of the role creating a product
Set related permission to the role with Magento default function
Not good at explaining, hope this helps...
I found an extension which does exactly this. Here's what it says it can do:
This extension converts your store to a multiple sellers platform. The
admin can set the commission for each seller. The seller is able to
login from the frontend to track their sales and payout from the My
Account page.

Is there any easy backend interface for Virtuemart 2?

I am Joomla Developer.
Is there any easy backend interface for Virtuemart 2?
Whenever I install VM2 for anybody, they are unable to understand it easily. Please guide me if there is any thirdparty extension exists which brings its own backend interface for virtuemart.
Additionally, I like Magento backend, but I don't have developing experience in Magento. So I cannot work in magento. But I like its backend. If there is any extension which brings backend interface similar to that of magento but in Joomla then I really appreciate it.
Thanks
Personally, whilst commercial, I like the backend of k2Mart:
http://k2martdemo.joomlaworks.net/
http://www.joomlaworks.net/extensions/commercial-premium/k2mart

Whats the Magento API for?

I plan to use Magento next year so I started browsing the Magento website. I noticed the Magento Core API and wonder what it is for? Is it something I can use to integrate parts form a running Magento installation into other applications?
Thanks :-)
Yes. You can use it to push some information in and out of Magento using SOAP XML.

Resources