AbanteCart Community

Shopping Cart Operations => Support => Topic started by: mattdykstra on December 15, 2015, 11:54:28 AM

Title: Export order in JSON/XML format on complete
Post by: mattdykstra on December 15, 2015, 11:54:28 AM
Can a developer use the API to export the completed order into another system?

Example:
User completes order in Pizza Webstore (abantecart)
Order details get exported to inHouse system (accepts JSON/XML) to print order automatically
Title: Re: Export order in JSON/XML format on complete
Post by: abolabo on December 15, 2015, 03:58:31 PM
np. just build your own extension with our developer tools and create your own hook in it for checkout/success controller.
Title: Re: Export order in JSON/XML format on complete
Post by: ravdeep on December 26, 2015, 01:40:01 AM
I think you can Use Store Front Api to achieve the same
Just pass the token provided on successful Login to the api
And Get the required Json Response