Bukimedia / PrestaSharp

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

Custom Fields #265

Closed fabiocreak closed 10 months ago

fabiocreak commented 7 years ago

Hi, How can I add custom fields to the customer class for example.

Best regards, Fábio Gomes

panilo commented 6 years ago

It's possible to avoid serialization for some attributes? Example: I've the class category where I added a new property nb_products_recursive (to get easely the product number for that category. There is a way to tell serializer not write that property when sending to PS and read it when get it from PS?