sanctusmob
sanctusmob
I write my own function for this.
Hello, Yes, you can log the XML requests and responses by serializing the request objects before sending them and deserializing the responses after receiving them. You can then save these...
I restore the old PrestaSharpDeserializer, PrestaSharpSerializer and make the changes for the new interfaces IDeserializer and ISerializer of restsharp and now is deserialize the product with accessories as normal.
Hello, The ps_marketplace_order table is not part of the core PrestaShop database; it is likely created by a third-party module. As such, this table is not supported by the PrestaShop...
I solve the problem by changing the target framework for PrestaSharp to net472 PrestaSharp.IntergrationTests to net472 PrestaSharpTests to .net 8.0 and now i see updated restsharp :)
In PrestaShop, the product price is always saved without tax. Regarding inventory, you can get the available stock using the stock_available resource
To solve this issue, make sure that you are setting values for the visibility and link_rewrite fields when inserting a product. These fields are essential for a product to be...
Hi Jean-Marie, The issue seems to be with the filter key. In the filter, try using "active" in lowercase instead of "Active": filter.Add("active", "1"); Hope this helps!
Hi, The NuGet package for PrestaSharp hasn't been updated for a long time, which is why it may be missing newer properties like MPN in products. I recommend downloading the...