Good morning,
I’m creating a Custom App which I would like to use to pull down order data from my Shopify account into a python dataframe.
I have followed the steps laid out here to create the App and then write the python script to pull down orders, including a 250 order limit.
However, when I try run this script, I get the following error:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘hostname’, port=443): Max retries exceeded with url: /admin/api/2022-01/orders.json?limit=250&fulfillment_status=unfulfilled&since_id=0 (Caused by NewConnectionError(’
I have confirmed that I am using the correct version.
Hostname: for the hostname I am using the name of my shop that appears in the URL.
API key: I’m using the Admin API key
Password: I’m using my secret key
Resource: orders
Any help would be appreciated.
Thanks,
Mike