from ebaysdk.shopping import Connection as Shopping
api = Shopping(appid="JosephMi-working-PRD-f2e3bd9e8-4fabf931",config_file="myfile.yaml")
response = api.execute('GetSingleItem', {'ItemID': '195533846297',"Token":""})
print(response.dict())
ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.'