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

ProductFactory.add method returns existing id #365

Open miguelextremanet opened 5 years ago

miguelextremanet commented 5 years ago

Hello, I am using ProductFactory.add method to save new product in prestashop. The method seems execute fine, but returns exising id product. This id (1 in my case), already exist in database and is assigned to other product return_existing_id

miguelextremanet commented 5 years ago

I deleted all products from prestashop and after that, Add method, returns and incompresible error Message

"El objeto que acepta valores Null debe tener un valor."

could you help me please ?? error_dos

miguelextremanet commented 5 years ago

please is urgent ! anybody knows what is happen ?? I cant create products, always appear the same error ""El objeto que acepta valores Null debe tener un valor"

I have 1.7.5.2 prestashop version

albertg5 commented 4 years ago

I face the same issue, but I have products in the database, if I try that with another version of Prestashop like 1.7.2.4, it works properly. That issue has been opened in #318 #366 #369 I think so.

RCallejo2 commented 3 years ago

Hello!

Thanks a lot to all of you for your contribution.

I am facing the same "El objeto que acepta valores Null debe tener un valor" error message ¿Any solution?

Thanks