sergioteula / python-aliexpress-api

AliExpress API wrapper for Python 🧧
MIT License
95 stars 27 forks source link

Compatibility with authorization-required API endpoints? #29

Open kigsan opened 9 months ago

kigsan commented 9 months ago

Hi Sergio,

This is my first time working with the AliExpress API. I see there are different AE platforms available, is your package compatible with the functionality described in the AliExpress Open Platform API documentation, for retrieving data from a Seller user with authorization?

Docs: https://openservice.aliexpress.com/doc/api.htm?spm=a2o9m.11193531.0.0.1ea54bd6KJId3w#/api?cid=20905&path=aliexpress.solution.order.get&methodType=GET/POST

What I am trying to get are the orders from a seller, using a token generated following the documentation: https://open.aliexpress.com/doc/doc.htm?spm=a2o9m.11193531.0.0.11d64bd6KTiBgr&nodeId=27493&docId=118729#/?docId=742

Thanks in advance!