Product Variant Unable to Create

Hi,

Thanks for your reply, let me try that, what is wrong with this when you try to send multiple Variant while creating the product

Can you share your postman call screenshot, is there anything to do in postman to replicate the error you were getting, I am using API version 2020-07

{
“product” : {
“published_scope” : “global”,
“title” : “TW Test Boomi Sync Parent 2”,
“variants” : [
{
“inventory_management” : “shopify”,
“price” : “20.0”,
“sku” : “210000011628”,
“title” : “TW Test Boomi Sync Parent 2”,
“weight” : 0,
“weight_unit” : “lb”
},
{
“inventory_management” : “shopify”,
“price” : “20.0”,
“sku” : “210000011629”,
“title” : “TW Test Boomi Sync Parent 2”,
“weight” : 0,
“weight_unit” : “lb”
},
{
“inventory_management” : “shopify”,
“price” : “20.0”,
“sku” : “210000011630”,
“title” : “TW Test Boomi Sync Parent 2”,
“weight” : 0,
“weight_unit” : “lb”
}
],
“status” : “draft”
}
}

Thanks

Akber Ali