Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopping api issue #374

Open
iceman2785 opened this issue Feb 20, 2023 · 0 comments
Open

Shopping api issue #374

iceman2785 opened this issue Feb 20, 2023 · 0 comments

Comments

@iceman2785
Copy link

I have updated the shopping init file to get oauth2 credentials. The first issue is on line
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
i get error
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
NameError: name 'request' is not defined. Did you mean: 'requests'?
ok so maybe it should follow the same pattern as the other and I change i remove the request a the beggining. that seems to run a little better but then I get an error
AttributeError: 'ResponseDataObject' object has no attribute 'Ack'

im sure im just missing something simple. any help would be appriciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant