http://api.shipstation.com/Order-Resource.ashx
Above URL is shipstation API document for fetching order,creating orders,updating and deleting.
I want to use create order API which is POST request ,where order data entries are sent to shipstation using xml.
My question is how i can send xml data to shipstation using POST request using Python?
Since iam not able to post entire code on this page ,so please refer this URL to see post request for creating order-
http://api.shipstation.com/Order-Resource.ashx
Thanks