You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.'Β #373
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.'