-
Notifications
You must be signed in to change notification settings - Fork 84
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
How to use the interface of SHOPEE 2.0 #49
Comments
Hi,
The api 2.0 is not currently available via pip install, but you can clone
the project directly to your folder, and try import pyshopee2.
Best
Jim
zhouzhao1999 ***@***.***> 於 2022年5月2日 週一 上午6:53寫道:
… After "pip install pyshopee" is installed, it is still the interface of
API 1.0. If I want to use the interface of SHOPEE 2.0, what should I do?
thank you very much!
—
Reply to this email directly, view it on GitHub
<#49>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIFXTN7N4AQBCW45NYK56LVH5NT3ANCNFSM5U26MPKA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, thanks for the great experience you have created pyshopee is giving me. I need to install pyshopee2 and I'm looking into it, but I can't seem to figure out how to operate it. I need to know how to list one item in the store after authenticating my account. Looking forward to your reply. |
Try this... import pyshopee2
client = pyshopee2.Client( shopid, partnerid, API_key ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After "pip install pyshopee" is installed, it is still the interface of API 1.0. If I want to use the interface of SHOPEE 2.0, what should I do? thank you very much!
The text was updated successfully, but these errors were encountered: