Hello,
I am beginner on prestashop ,I succesfully updated customer table by adding new field throught a module , now i want that field to be accessibale by customer api , when execute https://MyKey@Mydomainname/api/customers? with xml body by post , I will be able to save my new field added on customer table .
so is there a way to customize customer api ?
the field that I am talking about is user_id in joined picture.
Thank you ,