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

Filter orders by numeric comparison #437

Open hedo95 opened 2 years ago

hedo95 commented 2 years ago

Hi,

I would like to filter orders by id like 'where id_order > X' and there is no example in the code section.

Any idea how to implement the filter into the dictionary?

cheers