p.Góra Posted October 25, 2022 Share Posted October 25, 2022 Hi I have such a problem. I am adding a product using api webservice from an external application. The product is added and I can see that there is a new record in the database. However, it is not visible under PS17. On the list of products in BO, I have something like the attached picture. Fragment of the code adding the product: $productFields->price = number_format($product->getFinalPrice(), 6, '.', ''); $productFields->qty = 9999; $productFields->minimal_quantity = 1; $productFields->id_category_default = $categoryId; $productFields->name->language[0] = $product->getName(); $productFields->id_shop_default = 1; $productFields->show_price = 1; Link to comment Share on other sites More sharing options...
p.Góra Posted October 25, 2022 Author Share Posted October 25, 2022 Sorry. I found the cause. "State" was missing. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now