caroso1222 / wapy

🤖 A fully featured, easy to use Python wrapper for the Walmart Open API
MIT License
43 stars 14 forks source link

Getting Access Forbidden 403 error on test try #3

Open gregobrien1613 opened 4 years ago

gregobrien1613 commented 4 years ago

Hello I am trying to track inventory but I keep getting a 403 error when using the example in the readme.

Here is the code: wapy = Wapy('api-key') # Create an instance of Wapy.

PRODUCT LOOKUP

product = wapy.product_lookup('350580239') product

Could this having something to do with walmart updating to OAuth authentication?

Best, Greg

caroso1222 commented 4 years ago

Hmm not quite sure what's going on here. As you suggest, I suppose this has to do with changes on their Auth system. I can't put time on this short-term but feel free to send any updates here if you figure it out, please.

CheemaOTB commented 3 years ago

I got the same error "[Request failed] Walmart server answered with the following error: Forbidden. Status code: 403"