diff --git a/shipstation/api.py b/shipstation/api.py index b970f47..c0ba03e 100644 --- a/shipstation/api.py +++ b/shipstation/api.py @@ -415,6 +415,8 @@ def post(self, endpoint="", data=None): if self.debug: pprint.PrettyPrinter(indent=4).pprint(r.json()) + return r + def fetch_orders(self, parameters={}): """ Query, fetch, and return existing orders from ShipStation