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

Insert product with specific ID #444

Open BetoRuiz opened 2 years ago

BetoRuiz commented 2 years ago

Library Version:

1.2.9

NuGet Package Url:

https://www.nuget.org/packages/PrestaSharp/

Prestashop version:

1.7.8.5

Describe the Bug:

I am trying to insert a new customer with an specific ID using PrestaShop, I create the customer and asign my own id to it but after the customer is added, the ID has changed.

Expected Behavior:

The ID of the customer should be the one I have assigned to.