Product with Variant not created

Product with Variant not created

Alwani
Shopify Partner
13 0 1

I have this payload and just received the response code 200 and the item is not being created,

What is the wrong with this Payload?

{
"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"
}
}

Replies 0 (0)