- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2017
05:24 AM
09-08-2017
05:24 AM
General information not showing after creating the product via soap API version 2
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!