python-aliexpress-api icon indicating copy to clipboard operation
python-aliexpress-api copied to clipboard

Implement get products (aliexpress.affiliate.product.query)

Open sima96 opened this issue 3 years ago • 2 comments

The function get products is not implemented.

The structure of query is writed but in the api.py there isn't the function for use it.

I add in api.py the function get_products that invoke the AliexpressAffiliateProductQueryRequest.

Can i commit it for new version of library?

sima96 avatar Jun 17 '22 14:06 sima96

Yes sure, you can always pull request and help working on this repo.

sergioteula avatar Aug 29 '22 16:08 sergioteula

Done in PR #30

BackrndSource avatar Apr 05 '24 22:04 BackrndSource