Page 1 of 1

if your AbleCommerce store had a web api...

Posted: Mon Dec 10, 2012 3:13 pm
by Logan Rhodehamel
What would you do with it? Are there operations you would like to script? Do you exchange data with other systems that could be automated? Do you have some idea for a mobile application?

Re: if your AbleCommerce store had a web api...

Posted: Mon Dec 10, 2012 3:18 pm
by NC Software
1) Create mobile applications that connect to the store for management (merchants)
2) Create a storefront that works via secure web services (less important now that you're supporting a mobile storefront)
3) Integrate with my apps (other products) (win, web, mobile) to purchase products directly from within the app (in-app purchasing is common now in mobile)

Re: if your AbleCommerce store had a web api...

Posted: Mon Dec 10, 2012 3:58 pm
by kastnerd
Integrate with other apps.
PHPBB messageboard
netsuite.com
blog app.

Re: if your AbleCommerce store had a web api...

Posted: Thu Dec 13, 2012 7:44 pm
by mike92117
This is useful for various post-order processing actions. Like sending order data to a warehouse. Emailing reports using console apps on scheduled tasks that interrogate the shop data through an api. It might also be used to support functionality not currently supported on the live site.

Re: if your AbleCommerce store had a web api...

Posted: Tue Dec 18, 2012 7:49 am
by NC Software
One thing I've always wanted was for my drop-shippers (resellers) to be able to query their own info, handle their own shipping processing (tracking number entry), query pull sheets, etc. Having an API would allow this type of system to be built.

Re: if your AbleCommerce store had a web api...

Posted: Wed Jan 16, 2013 3:54 pm
by corgalore
We typically install Able as a child application of our main website framework. One thing I need to do frequently is pull product data into the parent site to display in home page slideshows, etc. I usually build a web API for myself in order to get the job done.