UPDATE:
So I got a few things working using AJAX post. Cannot post to a PHP file directly, needed to add the page in WP and call that page with a custom template, which does the request handling.
However, the cart does not get updated after the ajax post? So I have to do a refresh before I see any change.
Ideas?