MrPunkin,
Appreciate your response. Ok so to clarify
1) I'll have to create a URL (ordercapture.php) to capture order data via Shopify webhook. Does this have to be a heroku app or can I just host ordercapture.php on an external site?
2) Once ordercapture.php receives information from Shopify, it pulls the values needed and organizes this into JSON? JSON then POSTS data back to http://ship.cfswebship.com/xmlapi/shipment.php in XML format.
Does this workflow sound correct? Do I have to create a Shopify App or can this be hosted on an external site? Does Heroku have to be used for PHP Shopify apps?
Thanks,
Kenny