Skip to content

Commit

Permalink
fix: add return value ShipStation class' 'post' method (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory authored Jan 24, 2022
1 parent ea3979b commit dce3f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shipstation/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dce3f20

Please sign in to comment.