Hi @suresh_k
Use below information to create the products using Rest API , i have tested it in my postman app.
URL : http://yourdomain.com/index.php/rest/V1/products
Method : POST
Parameters :
{
"product": {
"sku": "B201-SKU",
"name": "B202",
"price": 30.00,
"status": 1,
"type_id": "simple",
"attribute_set_id":4,
"weight": 1
}
}
Try with exact parameters and check it will works !
Hope it helps !
if issue solved,Click Kudos & Accept as Solution