I am using soap API version 2 to create the product on magento UI(admin panel) via given method:
public Integer catalogProductCreate(String sessionId,String type_x,String set_x,String sku,magentowsdl.catalogProductCreateEntity productData,String store).
I have provided all information as per above method.
The product is created on Magento UI(admin panel) with SKU, Product Id, Type, Store is 0, and set_x but general information is not showing in the admin panel.
I have added the status value of 1.
Please suggest.
Thanks & Regards!