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
np. just build your own extension with our developer tools and create your own hook in it for checkout/success controller.
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