Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

Cannot fetch categories #450

Closed ak293700 closed 1 year ago

ak293700 commented 1 year ago

I have two shop, the first one is in version 1.7.6.9 the second is on version 1.7.4.2. I would like to fetch every category, so I use CategoryFactory.GetAll(). It works with 1.7.4.2 but not with 1.7.6.9. Moreover it works when using Postman on both website, so the problem seems to be from PrestaSharp. Has anyone ever had the same problem or has an idea ?

Ps: I am building a sale management system I really need those info. Thanks

ak293700 commented 1 year ago

It finally works after filtering my request field's.